diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f8ca07b849fc09e76393fa710e42ca10547c02b..9ba73e4f30c2172f9fa0780971e2c8d407549553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [v3.0.0] [Added] - Added file phpcs.xml @@ -85,6 +87,7 @@ All notable changes to this project will be documented in this file. - Changelog [Unreleased]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/master +[v3.0.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v3.0.0 [v2.1.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v2.1.0 [v2.0.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v2.0.0 [v1.5.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.5.0 diff --git a/composer.json b/composer.json index e32b2902e77078ace23f3f4364d891b53754787a..9712b2ccf3d9bdbe85393ddca1143ed4cef445a9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "cesnet/simplesamlphp-module-proxystatistics", "description": "A SimpleSAMLPHP module for statistics", - "version": "3.0.0-dev", + "version": "3.0.0", "type": "simplesamlphp-module", "keywords": ["statistics","simplesamlphp"], "license": "BSD-2-Clause",