diff --git a/CHANGELOG.md b/CHANGELOG.md index e3834777550082f20513041dd0d59a9bf857cc2e..5c412884322e9af49d6d8839d3e2ac2bfffae65c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.3.1] [Fixed] - Fixed required version of module 'cesnet/simplesamlphp-module-perun' +- Fixed css ## [v1.3.0] [Added] @@ -76,6 +79,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 +[v1.3.1]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.3.1 [v1.3.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.3.0 [v1.2.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.2.0 [v1.1.5]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.1.5 diff --git a/composer.json b/composer.json index f4d8d8a6a094fc300b2fea1fa84c3db89663b823..a64da1ef2eff37f0ff169d1e4588588034b689d4 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" : "1.3.0", + "version" : "1.3.1", "type": "simplesamlphp-module", "keywords": ["CESNET", "cesnet", "simplesamlphp", "template"], "license": "BSD-2-Clause",