From d457c6a4ee6e2d57a058997fa27bafdf3df0ca49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz> Date: Fri, 29 Mar 2019 13:02:22 +0100 Subject: [PATCH] Released v1.4.2 --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddfca43..4f2f90b 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 c46e16c..27908e2 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", -- GitLab