diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbba99..dd6ad63 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.3.2] #### Fixed - Removed CERIT logo from the footer @@ -146,6 +148,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.3.2]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.3.2 [v2.3.1]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.3.1 [v2.3.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.3.0 [v2.2.2]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.2.2 diff --git a/composer.json b/composer.json index 1256eb0..a184be2 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.3.1", + "version" : "2.3.2", "type": "simplesamlphp-module", "keywords": ["CESNET", "cesnet", "simplesamlphp", "template"], "license": "BSD-2-Clause",