diff --git a/CHANGELOG.md b/CHANGELOG.md index aae1a81..4a1d7a4 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] +## [1.1.1] - 2021-09-22 + ### Fixed - Undefined logger in YamlFileLoader (#20) @@ -84,7 +86,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/v1.1.0...HEAD +[Unreleased]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v1.0.2...v1.1.0 [1.0.2]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/brotkrueml/typo3-matomo-widgets/compare/v1.0.0...v1.0.1 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index ed4c25f..fd02584 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -1,6 +1,6 @@ [general] project = Matomo Widgets -release = 1.1.1-dev +release = 1.1.1 copyright = by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index b643227..26ab17a 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' => '1.1.1-dev', + 'version' => '1.1.1', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.15-11.5.99',