diff --git a/CHANGELOG.md b/CHANGELOG.md
index d87cba6705c46e6ca67bd4cdcb4d74b7d7bd29f8..cbe382d8479719b8de96ce6445b835ea3704e826 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.0]
 #### Added
 - Added possibility to recover LS Hostel password
 #### Changed
@@ -12,4 +14,5 @@ All notable changes to this project will be documented in this file.
 - First release
  
 [Unreleased]: https://github.com/CESNET/lshostel-aai-proxy-idp-template/tree/master
+[v1.1.0]: https://github.com/CESNET/lshostel-aai-proxy-idp-template/tree/v1.1.0
 [v1.0.0]: https://github.com/CESNET/lshostel-aai-proxy-idp-template/tree/v1.0.0
diff --git a/composer.json b/composer.json
index 378df758d3c3dc075ef8ff06019631e5ce663399..8f3176ec7e93547ea73675690be5895ad80a91f5 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "bbmri/simplesamlphp-module-lshostel",
     "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for LifeScience Hostel",
-    "version": "1.1.0-dev",
+    "version": "1.1.0",
     "type": "simplesamlphp-module",
     "keywords": ["bbmri", "bbmri-eric", "lifescience hostel","simplesamlphp"],
     "license": "BSD-2-Clause",