From 4aaa05cc7e6a33395286f8cd575f3871521d37d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= Date: Tue, 19 Jun 2018 07:57:13 +0200 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6185ea..89813da 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.0] [Added] - Added support for Czech language for reporting error - Class sspmod_cesnet_Auth_Process_ComputeLoA for compute Level of Assurance @@ -19,4 +21,5 @@ 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.1.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.1.0 [v1.0.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.0.0 \ No newline at end of file diff --git a/composer.json b/composer.json index 848357e..4ce43a7 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.0.0", + "version" : "1.1.0", "type": "simplesamlphp-module", "require": { "simplesamlphp/composer-module-installer": "~1.0"