diff --git a/CHANGELOG.md b/CHANGELOG.md index 4638870d9918762da16fdd516147ebe869bf5603..120728c1e14ea4138d3389ba490466285182f506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.11.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.10.0...v1.11.0) (2023-09-08) + + +### Features + +* check_pgsql ([76d83a5](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/76d83a526628daf54cb88eb672c3096e4421d25a)) + # [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) diff --git a/setup.cfg b/setup.cfg index bfe6de19515d37fdeb0d6aff786cf7297e3ec862..8c8717d4192aefe3106565f7cad5b15e9eee499f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 1.10.0 +version = 1.11.0 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown