diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59aaccf1c2c779dffb5c960a8294ecb6ad44d1c2..4d4195f29f41df11748b7a14402924a31525d8e4 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.0]
  [Added]
  - Added support for pass selected IdP from SP in AuthnContextClassRef attribute.
    
@@ -51,6 +53,7 @@
 - Changelog
 
 [Unreleased]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/master
+[v1.4.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.4.0
 [v1.3.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v1.3.0
 [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
diff --git a/composer.json b/composer.json
index 2be4acbe334f525107d01b779f48b34a6efe9f46..7e131dc187732f4ab504ad2eb7cf833cb07421cf 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.4.0-dev",
+    "version": "1.4.0",
     "type": "simplesamlphp-module",
     "keywords": ["ELIXIR", "elixir", "simplesamlphp"],
     "license": "BSD-2-Clause",