From 00a066a88fd165e979c20ebd68e59af06fd6cd43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz> Date: Tue, 9 Apr 2019 10:56:54 +0200 Subject: [PATCH] Released v2.0.0 --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0fd5e..e0ef4f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v2.0.0] [Added] - Added file phpcs.xml @@ -101,6 +103,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 +[v2.0.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.0.0 [v1.4.2]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.4.2 [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 diff --git a/composer.json b/composer.json index ae01f31..86ab3d0 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" : "2.0.0-dev", + "version" : "2.0.0", "type": "simplesamlphp-module", "keywords": ["CESNET", "cesnet", "simplesamlphp", "template"], "license": "BSD-2-Clause", -- GitLab