diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b0fd5ec0ce0e9814d31c26f5b1d7c99cb0ea331..e0ef4f688a8718b826ca658662ce687278c1c747 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]
 [Added]
 - Added file phpcs.xml
 
@@ -101,6 +103,7 @@ the eduid filter (More information about this filter you can get [here] )
 - Changelog
 
 [Unreleased]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/master
+[v2.0.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.0.0
 [v1.4.2]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.4.2
 [v1.4.1]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.4.1
 [v1.4.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v1.4.0
diff --git a/composer.json b/composer.json
index ae01f31d554f84456409f11449981d76bbc5aff7..86ab3d0c5f5271e5e89e2a3892d3c60adc4cd969 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "cesnet/simplesamlphp-module-cesnet",
     "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for CESNET eInfra",
-    "version" : "2.0.0-dev",
+    "version" : "2.0.0",
     "type": "simplesamlphp-module",
     "keywords": ["CESNET", "cesnet", "simplesamlphp", "template"],
     "license": "BSD-2-Clause",