diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e7aa71aea71e30b5e040c900bbd29c51ba52ea..4638870d9918762da16fdd516147ebe869bf5603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.10.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.9.2...v1.10.0) (2023-08-24) + + +### Features + +* check_privacyidea monitoring probe ([bb00c80](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/bb00c80ff7c4329c3463670cff05b3b2998ca7dd)) + ## [1.9.2](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.9.1...v1.9.2) (2023-08-23) diff --git a/setup.cfg b/setup.cfg index fb167848d7bf447f6dba3fb50e59b1823b4d4c56..bfe6de19515d37fdeb0d6aff786cf7297e3ec862 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 1.9.2 +version = 1.10.0 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown