diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ade0a1b3b5ba81cb5665b6fe310ae3ef2790c8..e7894d867cb9af085d62a3181cfda5a188bbfccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.6.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.5.0...v1.6.0) (2023-06-15) + + +### Features + +* extend check_saml with logout ([aa218b5](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/commit/aa218b581ad6c35319617a3479b49863c6c385e0)) + # [1.5.0](https://gitlab.ics.muni.cz/perun-proxy-aai/python/perun-proxy-utils/compare/v1.4.0...v1.5.0) (2023-06-14) diff --git a/setup.cfg b/setup.cfg index 1b7a4d4cc999de70dedbcd1d97c5cc8293aa3ec0..11a3e9af06e2bc7e4a264d3d5b95b9168762e68a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ [metadata] -version = 1.5.0 +version = 1.6.0 license_files = LICENSE