diff --git a/CHANGELOG.md b/CHANGELOG.md index 08cb3e3373f9c8ed17a7e9cf0b1bf0d7711ca836..ccb2f8eb1fb1409b2e2f4eaf87f36e826e14ac3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.2.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v2.1.0...v2.2.0) (2024-01-05) + + +### Features + +* check_saml.py security text support ([36ce42d](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/36ce42d33d6410944881203e18f2dc97b3943599)) + # [2.1.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v2.0.0...v2.1.0) (2024-01-02) diff --git a/setup.cfg b/setup.cfg index c135cbf996034183fce37b467a7d2676660c1871..03599492f1f69fbdc8144f6a005becc17eeb1ae6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.1.0 +version = 2.2.0 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown