From f94763f0b0b4f8590a0b722b2ee398b06b98f5e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Chris=20M=C3=BCller?=
<2566282+brotkrueml@users.noreply.github.com>
Date: Tue, 9 Apr 2024 19:05:15 +0200
Subject: [PATCH] release: prepare version 3.1.0
---
CHANGELOG.md | 5 ++++-
Documentation/Changelog/Index.rst | 5 ++++-
Documentation/Settings.cfg | 2 +-
ext_emconf.php | 2 +-
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dc0168..8832edb 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.0] - 2024-04-09
+
### Added
- Display of date range in table widgets (#50)
@@ -193,7 +195,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.0.0...HEAD
+[Unreleased]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v3.1.0...HEAD
+[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
[2.4.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.2.1...v2.3.0
diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst
index badebd7..2e12ca5 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.0 `_ - 2024-04-09
+------------------------------------------------------------------------------------------------------
+
Added
^^^^^
diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg
index ebdaf93..6f79f77 100644
--- a/Documentation/Settings.cfg
+++ b/Documentation/Settings.cfg
@@ -5,7 +5,7 @@
project = Matomo Widgets
version = 3.1
-release = 3.1.0-dev
+release = 3.1.0
copyright = since 2020 by Chris Müller
[html_theme_options]
diff --git a/ext_emconf.php b/ext_emconf.php
index 208ee13..ec12fb1 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' => '3.1.0-dev',
+ 'version' => '3.1.0',
'constraints' => [
'depends' => [
'php' => '8.1.0-0.0.0',