From 4a4824218f285149af6b070164087d73f9790d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz> Date: Fri, 26 Apr 2019 10:05:53 +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 b2aac78..af3d09c 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] [Adeed] - Added file phpcs.xml @@ -60,6 +62,7 @@ - Changelog [Unreleased]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/master +[v2.0.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v2.0.0 [v1.4.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.4.0 [v1.3.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.3.0 [v1.2.2]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.2.2 diff --git a/composer.json b/composer.json index 60f531d..8bc88c2 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "elixir/simplesamlphp-module-elixir", "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for ELIXIR", - "version": "1.5.0-dev", + "version": "2.0.0", "type": "simplesamlphp-module", "keywords": ["ELIXIR", "elixir", "simplesamlphp"], "license": "BSD-2-Clause", -- GitLab