diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf4cc47dbd6bd0f129db6b122c0d69f8f89cd91a..d5d54f1b4678ba7c00955d2a963941aca2b9aa84 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.3.0]
 [Added]
 - Added file phpcs.xml
 
@@ -53,6 +55,7 @@ All notable changes to this project will be documented in this file.
  - Whole module now uses a dictionary
  
  [Unreleased]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/master
+ [v2.3.0]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v2.3.0
  [v2.2.0]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v2.2.0
  [v2.1.1]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v2.1.1
  [v2.1.0]: https://github.com/CESNET/bbmri-aai-proxy-idp-template/tree/v2.1.0
diff --git a/composer.json b/composer.json
index 83fb679842ebd0a0dff13186bcda11bdf66336d3..0f571d56df4d3b658837280c639b049fd4cf3616 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
 {
     "name": "bbmri/simplesamlphp-module-bbmri",
     "description": "A SimpleSAMLphp module providing template for DiscoPower and user-facing parts of the SSP for BBMRI-ERIC",
-    "version": "2.3.0-dev",
+    "version": "2.3.0",
     "type": "simplesamlphp-module",
     "keywords": ["BBMRI", "bbmri", "BBMRI-ERIC", "bbmri-eric", "simplesamlphp"],
     "license": "BSD-2-Clause",