From 93af82a2033614789ff05dec9e4863d611b56e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz> Date: Fri, 17 Aug 2018 13:55:14 +0200 Subject: [PATCH] Released v1.1.5 --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b28834b..c2fde92 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.5] [Fixed] -Fixed translations @@ -48,6 +50,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.1.5]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.1.5 [v1.1.4]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.1.4 [v1.1.3]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.1.3 [v1.1.2]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.1.2 diff --git a/composer.json b/composer.json index 03f9635..d39c8b9 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.1.4", + "version" : "1.1.5", "type": "simplesamlphp-module", "require": { "simplesamlphp/composer-module-installer": "~1.0" -- GitLab