diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83072b024a450ff1e355cd943af60ef18e4f8af2..e4a92b89df09b98c2696ab5ead367c74df2465a5 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.1.0]
 [Added]
 - Every successfully log in is logged with notice level 
 
@@ -74,6 +76,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.1.0]: https://github.com/CESNET/proxystatistics-simplesamlphp-module/tree/v2.1.0
 [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
diff --git a/composer.json b/composer.json
index 05ab402b2ca1ada022c2295a8b2d0ee15872112b..f3686f30eb294c731c40fcc6767bba91dbc03511 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
   "name": "cesnet/simplesamlphp-module-proxystatistics",
   "description": "A SimpleSAMLPHP module for statistics",
-  "version": "2.1.0-dev",
+  "version": "2.1.0",
   "type": "simplesamlphp-module",
   "keywords": ["statistics","simplesamlphp"],
   "license": "BSD-2-Clause",