diff --git a/CHANGELOG.md b/CHANGELOG.md index 11af92a..7f247e6 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.7.1] - 2024-11-14 + ### Fixed - Form finisher not visible in TYPO3 v13 using site sets @@ -58,7 +60,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.7.0...HEAD +[Unreleased]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.7.1...HEAD +[1.7.1]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.7.1...v1.7.1 [1.7.0]: https://github.com/brotkrueml/typo3-form-rate-limit/compare/v1.6.1...v1.7.0 [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 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 72b869b..4b2c0f8 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 `_ --------------------------------------------------------------------------------------------- +`1.7.1 `_ - 2024-11-14 +------------------------------------------------------------------------------------------------------- + Fixed ^^^^^ diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 9037a6c..c75dac9 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -15,7 +15,7 @@ /> diff --git a/ext_emconf.php b/ext_emconf.php index 8b1931d..944f937 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.7.1-dev', + 'version' => '1.7.1', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.3-13.4.99',