diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4a3fb9eb8d273f1b158700aa6cb07990f05793..7debd5ae6772fc2542f341d508e7cde989302ff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,3 +2,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v1.0.0] +[Added] +- Changelog + +[Unreleased]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/master +[v1.0.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.0.0 diff --git a/composer.json b/composer.json index 19dddf3af464bd3b2bf0d7d1023566d2d4bd418f..58bb60f58cf39c9e848be16881517492f14aa7a3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "cesnet/simplesamlphp-module-proxystatistics", "description": "A SimpleSAMLPHP module for statistics", - "version": "1.0.0-rc", + "version": "1.0.0", "type": "simplesamlphp-module", "keywords": ["statistics","simplesamlphp"], "license": "BSD-2",