diff --git a/CHANGELOG.md b/CHANGELOG.md index ccb2f8eb1fb1409b2e2f4eaf87f36e826e14ac3d..2952d1bb3e02dae666b84d18a72dbfe947296ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v2.2.0...v2.2.1) (2024-01-09) + + +### Bug Fixes + +* **check_saml:** follow all redirects on ProxyIdP ([f7c8fc7](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/f7c8fc768c4a989f523da77777cc4b28b210786f)) + # [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) diff --git a/setup.cfg b/setup.cfg index 03599492f1f69fbdc8144f6a005becc17eeb1ae6..74fa51bfdccb408ff9673c4afae3741868667dd1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 2.2.0 +version = 2.2.1 license_files = LICENSE long_description = file: README.md long_description_content_type = text/markdown