From 78f5b336b7b60f4ec6fd19ad62ab937771c3bc2f Mon Sep 17 00:00:00 2001 From: Pavel Vyskocil <pavel.vyskocil@cesnet.cz> Date: Wed, 16 Jun 2021 16:51:20 +0200 Subject: [PATCH] Added v4.3.0 into CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9d1a15..e4d88da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v4.3.0] #### Added - Add statistics view for 3 months +#### Fixed +- Change aggregation to deal with extra columns +- Use absolute URL instead of relative URLs on some places +- Correct dependencies + ## [v4.2.2] #### Fixed - Allow to get SP name from UIInfo>DisplayName if isset @@ -175,6 +181,7 @@ All notable changes to this project will be documented in this file. - Changelog [Unreleased]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/master +[v4.3.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v4.3.0 [v4.2.2]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v4.2.2 [v4.2.1]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v4.2.1 [v4.2.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v4.2.0 -- GitLab