diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dfe9bd3cf39092d036e1d79549e6a1b73ca0a8f..9b99cb99945c7c16bfa993a8fc3d816319f0da28 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.3.0] [Added] - Added support for MFA @@ -39,6 +41,7 @@ - Changelog [Unreleased]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/master +[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 [v1.2.1]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.2.1 [v1.2.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.2.0 diff --git a/composer.json b/composer.json index 014e6c853c752c0716239a2f57e4376a71ffdc34..2a3408b88b29feecb37f98ff471d5c751df6f21d 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.3.0-dev", + "version": "1.3.0", "type": "simplesamlphp-module", "keywords": ["ELIXIR", "elixir", "simplesamlphp"], "license": "BSD-2-Clause",