diff --git a/CHANGELOG.md b/CHANGELOG.md index b234be04a95e8ebd87975ac6f0762ecdfe576c32..f5dc2225b3f44ab3edcc6c5b33c57e91dc0e1e91 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.0] [Added] - Possibility to show a warning in disco-tpl - Added License @@ -13,3 +15,4 @@ All notable changes to this project will be documented in this file. - Whole module now uses a dictionary [Unreleased]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/master + [v1.0.0]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v1.0.0 diff --git a/composer.json b/composer.json index 8c48be7a32fb04ab4814ac01e8cfe14945dce265..445be1f743c4d14d68785ee2dc6398bdaed6b1ee 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "bbmri/simplesamlphp-module-bbmri", "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for BBMRI", - "version": "1.0.0-rc", + "version": "1.0.0", "type": "simplesamlphp-module", "keywords": ["BBMRI", "bbmri", "BBMRI-ERIC", "bbmri-eric", "simplesamlphp"], "license": "BSD-2-Clause",