diff --git a/CHANGELOG.md b/CHANGELOG.md
index c83c007..5d6c47b 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.2.0] - 2024-06-11
+
### Added
- Option for disabling campaign parameters in Matomo 5.1+ (#31)
@@ -103,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial release
-[Unreleased]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v2.1.1...HEAD
+[Unreleased]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v2.2.0...HEAD
+[2.2.0]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/brotkrueml/typo3-matomo-integration/compare/v1.8.0...v2.0.0
diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst
index 686c7f9..983edea 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.2.0 `_ - 2024-06-11
+----------------------------------------------------------------------------------------------------------
+
Added
^^^^^
diff --git a/Documentation/guides.xml b/Documentation/guides.xml
index fe74ca8..0b11306 100644
--- a/Documentation/guides.xml
+++ b/Documentation/guides.xml
@@ -14,7 +14,7 @@
/>
diff --git a/ext_emconf.php b/ext_emconf.php
index c7a0849..d7d6023 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -6,7 +6,7 @@
'author' => 'Chris Müller',
'author_email' => 'typo3@brotkrueml.dev',
'state' => 'stable',
- 'version' => '2.2.0-dev',
+ 'version' => '2.2.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-13.4.99',