diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2aad00c0f82540f2f8432b12551381440854149d..4881677ae4191062c1fe3b5df3bd15e91b82d711 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
 - Possibility to read isCesnetEligible attribute from LDAP
 
@@ -111,6 +113,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.1.0]: https://github.com/CESNET/einfra-aai-proxy-idp-template/tree/v2.1.0
 [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
diff --git a/composer.json b/composer.json
index 9beb91b677c5924535352440a5b4f9d46368ef20..4f1cf054b98941c3b73e63e6f4e9db95e14ec87e 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.1.0-dev",
+    "version" : "2.1.0",
     "type": "simplesamlphp-module",
     "keywords": ["CESNET", "cesnet", "simplesamlphp", "template"],
     "license": "BSD-2-Clause",