diff --git a/CHANGELOG.md b/CHANGELOG.md
index b2aac78a8fca4554a793e0a90481491ed3080089..af3d09c2dc40a6be114e4df8200afa5cff9c18be 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.0.0]
  [Adeed]
  - Added file phpcs.xml
  
@@ -60,6 +62,7 @@
 - Changelog
 
 [Unreleased]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/master
+[v2.0.0]: https://github.com/elixirhub/elixir-aai-proxy-idp-template/tree/v2.0.0
 [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
diff --git a/composer.json b/composer.json
index 60f531daab4537362751bbf980652f36b5b861d4..8bc88c24fcc60a38084fc3bdb3f27b959d895e26 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.5.0-dev",
+    "version": "2.0.0",
     "type": "simplesamlphp-module",
     "keywords": ["ELIXIR", "elixir", "simplesamlphp"],
     "license": "BSD-2-Clause",