diff --git a/CHANGELOG.md b/CHANGELOG.md index 9232d09..5610ce3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [V2.0.0] [Added] - Added favicon @@ -21,4 +23,5 @@ 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 + [v2.0.0]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v2.0.0 [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 59125b2..f0f7a13 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-ERIC", - "version": "1.1.0-dev", + "version": "2.0.0", "type": "simplesamlphp-module", "keywords": ["BBMRI", "bbmri", "BBMRI-ERIC", "bbmri-eric", "simplesamlphp"], "license": "BSD-2-Clause",