diff --git a/CHANGELOG.md b/CHANGELOG.md index dbeee4d..51d5541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.1] - 2024-05-17 + +### Fixed +- Wrong site set label (#8), thanks to @ErHaWeb + ## [1.6.0] - 2024-05-13 ### Added @@ -45,7 +50,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.6.0...HEAD +[Unreleased]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.6.1...HEAD +[1.6.1]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.3.1...v1.4.0 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 6914fa4..d6d63d8 100644 --- a/Documentation/Changelog/Index.rst +++ b/Documentation/Changelog/Index.rst @@ -8,9 +8,18 @@ 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 `_ --------------------------------------------------------------------------------------------- +`1.6.1 `_ - 2024-05-17 +------------------------------------------------------------------------------------------------------- + +Fixed +^^^^^ + + +* Wrong site set label (#8), thanks to @ErHaWeb + `1.6.0 `_ - 2024-05-13 ------------------------------------------------------------------------------------------------------- diff --git a/Documentation/guides.xml b/Documentation/guides.xml index c91bdec..c98c616 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -15,7 +15,7 @@ /> diff --git a/ext_emconf.php b/ext_emconf.php index 21c1e33..3daadec 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' => '1.6.0', + 'version' => '1.6.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.3-13.4.99',