diff --git a/CHANGELOG.md b/CHANGELOG.md index 120728c1e14ea4138d3389ba490466285182f506..982854c25680c6b56591b60a3f1c12c776c5f17b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [2.0.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.11.0...v2.0.0) (2023-09-08) + + +### Bug Fixes + +* make check_pgsql command work ([3375756](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/3375756a565fa57518a840fd26f299b03d2903d2)) + + +### chore + +* move check_syncrepl_extended to the ldap extra ([898aff3](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/898aff301c8f92ba48a528e739a288f59a8d9b18)) + + +### BREAKING CHANGES + +* usage of check_syncrepl_extended now requires installing with [ldap] + # [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) diff --git a/setup.cfg b/setup.cfg index 8c8717d4192aefe3106565f7cad5b15e9eee499f..11b09f64fdc22555badfa2c6b44852f25ada3932 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 1.11.0 +version = 2.0.0 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown