From b1cc00692b3e581c47cd499327a57aa15182a87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz> Date: Thu, 24 Jan 2019 13:18:04 +0100 Subject: [PATCH] Released v1.3.1 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e383477..5c41288 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 f4d8d8a..a64da1e 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", -- GitLab