diff --git a/CHANGELOG.md b/CHANGELOG.md
index e423896ad02dddb9a852b6bd5e5ef9bb7e8d9e72..394ee3a5f4ea30243f7d7d981df10299faaf3cd0 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 1eedce87581318207c9e71f3a175d3f6d7edd91c..bbf56955952e39c7e2021130a752659e3e0e9232 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",