diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aec876619c295b37ba35db3a220bdba47411519..a41b0fe76663ce16e9408cb74438d89e6ccbbc85 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.1.0] [Changed] - Changed the URL to AddInstitution App @@ -20,6 +22,7 @@ - Changelog [Unreleased]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/master +[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 [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 61bc09fa8e58c65fc0d97870689f3bec816c15ab..4db863a26f48c79d4300f4489c76b8fc8b1ee8be 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.1.0-dev", + "version": "1.1.0", "type": "simplesamlphp-module", "require": { "simplesamlphp/composer-module-installer": "~1.0"