From b1b5e6c1e4d3b23654ad8aa2a5866e99a6ccbc83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= Date: Fri, 22 Jun 2018 13:09:10 +0200 Subject: [PATCH] Release v1.1.1 --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d5786b..61fd5be 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.1.1] [Changed] - Filling email is now required for reporting error - Error reporting now uses dictionary @@ -19,5 +21,6 @@ All notable changes to this project will be documented in this file. - Changelog [Unreleased]: https://github.com/ICS-MU/ceitec-aai-proxy-idp-template/tree/master +[v1.1.1]: https://github.com/ICS-MU/ceitec-aai-proxy-idp-template/tree/v1.1.1 [v1.1.0]: https://github.com/ICS-MU/ceitec-aai-proxy-idp-template/tree/v1.1.0 [v1.0.0]: https://github.com/ICS-MU/ceitec-aai-proxy-idp-template/tree/v1.0.0 diff --git a/composer.json b/composer.json index 6dfe8b7..3aca268 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ceitec/simplesamlphp-module-ceitec", "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for CEITEC", - "version": "1.1.0", + "version": "1.1.1", "type": "simplesamlphp-module", "require": { "simplesamlphp/composer-module-installer": "~1.0"