diff --git a/CHANGELOG.md b/CHANGELOG.md index d59952c..01f6a71 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.0.2] [Changed] - Whole module now uses a dictionary @@ -16,5 +18,6 @@ - Changelog [Unreleased]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/master +[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 [v1.0.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.0.0 \ No newline at end of file diff --git a/composer.json b/composer.json index c1953f8..be8b0bc 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.0.2-dev", + "version": "1.0.2", "type": "simplesamlphp-module", "require": { "simplesamlphp/composer-module-installer": "~1.0"