From eae005a744ca212b2c7e294213d4a23bbb736f50 Mon Sep 17 00:00:00 2001 From: Pavel Vyskocil <vyskocilpavel@muni.cz> Date: Fri, 3 Jan 2020 15:53:07 +0100 Subject: [PATCH] Released v2.2.2 --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfe879b..a970e01 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 c99bfd6..6221dd5 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", -- GitLab