diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5119130..5d9a7b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [2.3.0] - 2023-12-15
+
### Added
- Widget "Most viewed pages" (#47)
@@ -172,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release
-[Unreleased]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.2.1...HEAD
+[Unreleased]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.3.0...HEAD
+[2.3.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.2.1...v2.3.0
[2.2.1]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.1.0...v2.1.1
diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst
index d6ed206..42eb3de 100644
--- a/Documentation/Changelog/Index.rst
+++ b/Documentation/Changelog/Index.rst
@@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog `_\ ,
and this project adheres to `Semantic Versioning `_.
-`Unreleased `_
+`Unreleased `_
--------------------------------------------------------------------------------------------
+`2.3.0 `_ - 2023-12-15
+------------------------------------------------------------------------------------------------------
+
Added
^^^^^
diff --git a/ext_emconf.php b/ext_emconf.php
index 2dc2011..d671f07 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -6,7 +6,7 @@
'author' => 'Chris Müller',
'author_email' => 'typo3@krue.ml',
'state' => 'stable',
- 'version' => '2.3.0-dev',
+ 'version' => '2.3.0',
'constraints' => [
'depends' => [
'php' => '8.1.0-0.0.0',