diff --git a/CHANGELOG.md b/CHANGELOG.md
index e94818e1bd2bf2dea3cfc331f7599054f1569b95..19ffd3bbc44c7e274b934520e873f265bb6fff7b 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.2.2]
  [Removed]
  - Removed present_attributes() method from consentform.php
  
@@ -35,6 +37,7 @@
 - Changelog
 
 [Unreleased]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/master
+[v1.2.2]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.2.2
 [v1.2.1]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.2.1
 [v1.2.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.2.0
 [v1.1.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.1.0
diff --git a/composer.json b/composer.json
index d6d8911191048acef406208d170936071929f276..b3a2d3280076193abb2d78729cc9af80ad8b8e55 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "elixir/simplesamlphp-module-elixir",
     "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for ELIXIR",
-    "version": "1.2.1",
+    "version": "1.2.2",
     "type": "simplesamlphp-module",
     "keywords": ["ELIXIR", "elixir", "simplesamlphp"],
     "license": "BSD-2-Clause",