diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5eaa6c2b0375a84e627a9ceb4bc3740e9872e671..5587b25d839a0853ede97d5d19156d23d8a69c0b 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 details with statistics for individually SPs and IdPs
 - Added script for migrate data to new version of database structure
@@ -70,6 +72,7 @@ All notable changes to this project will be documented in this file.
 - Changelog
 
 [Unreleased]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/master
+[v2.0.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v2.0.0
 [v1.5.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.5.0
 [v1.4.1]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.4.1
 [v1.4.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v1.4.0
diff --git a/composer.json b/composer.json
index f75481b2246a834d95f677dfea15b6094424cbfe..541296c9bb2b8deec92fe8299228e6d8009d4e24 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
   "name": "cesnet/simplesamlphp-module-proxystatistics",
   "description": "A SimpleSAMLPHP module for statistics",
-  "version": "1.6.0-dev",
+  "version": "2.0.0",
   "type": "simplesamlphp-module",
   "keywords": ["statistics","simplesamlphp"],
   "license": "BSD-2-Clause",