diff --git a/CHANGELOG.md b/CHANGELOG.md
index b28834b455d20a286c6b98fd1b5920aea5a5ba6e..c2fde928b792a58df61f061514d547c4901e2166 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.1.5]
 [Fixed]
 -Fixed translations
 
@@ -48,6 +50,7 @@ the eduid filter (More information about this filter you can get [here] )
 - Changelog
 
 [Unreleased]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/master
+[v1.1.5]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.1.5
 [v1.1.4]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.1.4
 [v1.1.3]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.1.3
 [v1.1.2]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.1.2
diff --git a/composer.json b/composer.json
index 03f963569cab925961b3233455ac91349b284771..d39c8b93d473060ce3b7b84c956b21c245374654 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "cesnet/simplesamlphp-module-cesnet",
     "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for CESNET eInfra",
-    "version" : "1.1.4",
+    "version" : "1.1.5",
     "type": "simplesamlphp-module",
     "require": {
         "simplesamlphp/composer-module-installer": "~1.0"