From 90c62492a4c8185627a7d3854e4826fb33fff46e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz> Date: Wed, 27 Feb 2019 10:50:40 +0100 Subject: [PATCH] Released v1.4.1 --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e93fc9..7645d13 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.1] [Fixed] - Set the default LoA to 0 for IdP without or with empty attribute 'entityCategory' @@ -88,6 +90,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.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 [v1.3.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.3.0 diff --git a/composer.json b/composer.json index 7c146db..c46e16c 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.0", + "version" : "1.4.1", "type": "simplesamlphp-module", "keywords": ["CESNET", "cesnet", "simplesamlphp", "template"], "license": "BSD-2-Clause", -- GitLab