diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef578c28ffc184954218c7ed73697b402ffee54..515eff65bbd9b0601bc51167d96b3dd75f54d2b2 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.2.1] #### Fixed - Fixed the bug in using double '$' @@ -135,6 +137,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.2.1]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v3.2.1 [v3.2.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v3.2.0 [v3.1.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v3.1.0 [v3.0.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v3.0.0 diff --git a/composer.json b/composer.json index 17d840fcc371b911199ef50c668989645c570d3b..8419d2011fe7a4f79e73dc1d4be64cd66ec6b603 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "cesnet/simplesamlphp-module-proxystatistics", "description": "A SimpleSAMLPHP module for statistics", - "version": "3.2.0", + "version": "3.2.1", "type": "simplesamlphp-module", "keywords": ["statistics","simplesamlphp"], "license": "BSD-2-Clause",