diff --git a/CHANGELOG.md b/CHANGELOG.md index 590a863adc4555189e2f3f0c1988ac450c13234c..d52aa7df5d91cb8038f6365f55ab62b8084a44ad 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.3.0] [Added] - Added mapping tables for mapping identifier to name @@ -37,6 +39,7 @@ All notable changes to this project will be documented in this file. - Changelog [Unreleased]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/master +[v1.3.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.3.0 [v1.2.1]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.2.1 [v1.2.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.2.0 [v1.1.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.1.0 diff --git a/composer.json b/composer.json index 6f9950dce2cae315914c180ba14ad2ea7dd4c297..04ad4236d31d413fc49398c71545d691d0262dc9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "cesnet/simplesamlphp-module-proxystatistics", "description": "A SimpleSAMLPHP module for statistics", - "version": "1.3.0-dev", + "version": "1.3.0", "type": "simplesamlphp-module", "keywords": ["statistics","simplesamlphp"], "license": "BSD-2-Clause",