From a9a16d82a5b2215d1580388678cf47eb6888ba8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Fri, 21 Jul 2023 10:48:41 +0200 Subject: [PATCH] release: prepare version 2.2.1 --- CHANGELOG.md | 5 ++++- Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6adf109..b1bab16 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.1] - 2023-07-21 + ### Fixed - Proxy configuration is not taken into account (#46) @@ -164,7 +166,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.0...HEAD +[Unreleased]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.2.1...HEAD +[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 [2.1.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v2.0.0...v2.1.0 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index b7d71e4..f2fa10a 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -5,7 +5,7 @@ project = Matomo Widgets version = 2.2 -release = 2.2.1-dev +release = 2.2.1 copyright = since 2020 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 1c05349..16e566c 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.2.1-dev', + 'version' => '2.2.1', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-0.0.0',