diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d96ef8a493bd53791dbaa71a774165dd1af1153..bca81bfcbaa61f5d98069a39393627ca4e253a78 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
 All notable changes to this project will be documented in this file.
 
 ## [Unreleased]
+
+## [v2.2.0]
 [Added]
 - Added support for pass selected IdP from SP in AuthnContextClassRef attribute.
     - It's required add this line into module_perun.php config file 
@@ -41,6 +43,7 @@ All notable changes to this project will be documented in this file.
  - Whole module now uses a dictionary
  
  [Unreleased]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/master
+ [v2.2.0]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v2.2.0
  [v2.1.1]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v2.1.1
  [v2.1.0]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v2.1.0
  [v2.0.0]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v2.0.0
diff --git a/composer.json b/composer.json
index 4ad3ef49a55150ef9ff6db456d0b81805995b015..79cb4a193e45ba2b4e6ce636d1344ad748798df9 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "bbmri/simplesamlphp-module-bbmri",
     "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for BBMRI-ERIC",
-    "version": "2.2.0-dev",
+    "version": "2.2.0",
     "type": "simplesamlphp-module",
     "keywords": ["BBMRI", "bbmri", "BBMRI-ERIC", "bbmri-eric", "simplesamlphp"],
     "license": "BSD-2-Clause",