diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d824e0..0fd7a31 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]
+## [3.1.2] - 2024-12-02
+
### Fixed
- Using configuration from EXT:matomo_integration with relative URLs throws error
@@ -203,7 +205,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/v3.1.1...HEAD
+[Unreleased]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v3.1.2...HEAD
+[3.1.2]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v3.1.1...v3.1.2
[3.1.1]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v3.1.0...v3.1.1
[3.1.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.4.0...v3.0.0
diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst
index 974ebb1..ded7b5e 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 `_
--------------------------------------------------------------------------------------------
+`3.1.2 `_ - 2024-12-02
+------------------------------------------------------------------------------------------------------
+
Fixed
^^^^^
diff --git a/Documentation/guides.xml b/Documentation/guides.xml
index 9770341..84ba574 100644
--- a/Documentation/guides.xml
+++ b/Documentation/guides.xml
@@ -15,7 +15,7 @@
/>
diff --git a/ext_emconf.php b/ext_emconf.php
index abea33d..42b05cc 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' => '3.1.2-dev',
+ 'version' => '3.1.2',
'constraints' => [
'depends' => [
'php' => '8.1.0-0.0.0',