diff --git a/CHANGELOG.md b/CHANGELOG.md index b2acc88..2b90db3 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.2.0] [Added] - Possibility to show a warning in disco-tpl @@ -27,6 +29,7 @@ - Changelog [Unreleased]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/master +[v1.2.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.2.0 [v1.1.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.1.0 [v1.0.2]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.0.2 [v1.0.1]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.0.1 diff --git a/composer.json b/composer.json index 11840f5..b5fef60 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.2.0-dev", + "version": "1.2.0", "type": "simplesamlphp-module", "keywords": ["ELIXIR", "elixir", "simplesamlphp"], "license": "BSD-2-Clause",