diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fb82669505194203a9ca1ace258139f05b3e86b..1a9ef4d49be64eb4165b8c40d5f0f1b787ba902a 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.4.1]
 [Fixed]
 - Statistics will be now full screen
 - Fixed bad checks before insert translation to db
@@ -57,6 +59,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.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
 [v1.2.1]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.2.1
diff --git a/composer.json b/composer.json
index ccd97eed2144a07c86d280e83834cf62b403538d..060b1ad0fc408e81566fe19f22f1142a0f5f6a63 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
   "name": "cesnet/simplesamlphp-module-proxystatistics",
   "description": "A SimpleSAMLPHP module for statistics",
-  "version": "1.4.0",
+  "version": "1.4.1",
   "type": "simplesamlphp-module",
   "keywords": ["statistics","simplesamlphp"],
   "license": "BSD-2-Clause",