From 0a61ea86d99a28481095e7c7750d330798ead3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Vysko=C4=8Dil?= <vyskocilpavel@muni.cz> Date: Fri, 18 Jan 2019 11:42:53 +0100 Subject: [PATCH] Released v1.5.0 --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e423896..394ee3a 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.5.0] [Added] - Added legends to charts - Instance name in header is taken from config file @@ -65,6 +67,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.5.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.5.0 [v1.4.1]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.4.1 [v1.4.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.4.0 [v1.3.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.3.0 diff --git a/composer.json b/composer.json index 1eedce8..bbf5695 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "cesnet/simplesamlphp-module-proxystatistics", "description": "A SimpleSAMLPHP module for statistics", - "version": "1.5.0-dev", + "version": "1.5.0", "type": "simplesamlphp-module", "keywords": ["statistics","simplesamlphp"], "license": "BSD-2-Clause", -- GitLab