diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe879bb0ed075315dc14fc555e38f9f900713b0..a970e0187001cff5cd206fb0e47644200ec8c348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v2.2.2] #### Fixed - IsCesnetEligible - Resolved problem with poor evaluation resolving, if user was or wasn't verified by Hostel @@ -130,6 +132,7 @@ the eduid filter (More information about this filter you can get [here] ) - Changelog [Unreleased]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/master +[v2.2.2]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.2.2 [v2.2.1]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.2.1 [v2.2.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.2.0 [v2.1.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.1.0 diff --git a/composer.json b/composer.json index c99bfd66882ff87fd0430a23aea23d7cb44e63e9..6221dd596618d1c2b95b222ff99f37c7ff9c189e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "cesnet/simplesamlphp-module-cesnet", "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for CESNET eInfra", - "version" : "2.2.1", + "version" : "2.2.2", "type": "simplesamlphp-module", "keywords": ["CESNET", "cesnet", "simplesamlphp", "template"], "license": "BSD-2-Clause",