diff --git a/CHANGELOG.md b/CHANGELOG.md index 7debd5a..86b317d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v1.1.0] +[Added] +- Added average and maximal count of logins per day into summary table + +[Changed] +- Fixed overqualified element in statisticsproxy.css + ## [v1.0.0] [Added] - Changelog [Unreleased]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/master +[v1.1.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.1.0 [v1.0.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.0.0 diff --git a/composer.json b/composer.json index a0acca2..4067c84 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "cesnet/simplesamlphp-module-proxystatistics", "description": "A SimpleSAMLPHP module for statistics", - "version": "1.1.0-rc", + "version": "1.1.0", "type": "simplesamlphp-module", "keywords": ["statistics","simplesamlphp"], "license": "BSD-2",