diff --git a/CHANGELOG.md b/CHANGELOG.md index 103a659..7e3ccf8 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] +## [0.3.2] - 2021-01-11 + ### Changed - Raise minimum required version to TYPO3 10.4.11 @@ -43,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/brotkrueml/schema/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/brotkrueml/schema/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/brotkrueml/schema/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/brotkrueml/schema/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/brotkrueml/schema/compare/v0.1.0...v0.2.0 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 4dc88ef..f73f894 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Matomo Widgets -release = 0.3.2-dev +release = 0.3.2 copyright = by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index ccde6b9..7163bbd 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,7 +6,7 @@ 'author' => 'Chris Müller', 'author_email' => 'typo3@krue.ml', 'state' => 'beta', - 'version' => '0.3.2-dev', + 'version' => '0.3.2', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.11-11.5.99',