diff --git a/CHANGELOG.md b/CHANGELOG.md index ddfca4301a6dc1cbd0bbdd91e796085d953ce887..4f2f90b4b4a65f749313e9737c950b8fbabc1b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.4.2] [Fixed] - Added verification for empty response from LDAP in IsCesnetEligible::getAllowedAffiliations which is valid state @@ -92,6 +94,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.4.2]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.4.2 [v1.4.1]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.4.1 [v1.4.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.4.0 [v1.3.1]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.3.1 diff --git a/composer.json b/composer.json index c46e16cd2dfaa0b85454613829413d90e67a14af..27908e24ea19d3c8c53b16be5546698678b67c99 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.4.1", + "version" : "1.4.2", "type": "simplesamlphp-module", "keywords": ["CESNET", "cesnet", "simplesamlphp", "template"], "license": "BSD-2-Clause",