diff --git a/CHANGELOG.md b/CHANGELOG.md index aa842fa4..482707cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.7.0] - 2023-02-14 + ### Added - Configuration option to allow only one breadcrumb list (#104) @@ -378,7 +380,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v2.6.4...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v2.7.0...HEAD +[2.7.0]: https://github.com/brotkrueml/schema/compare/v2.6.4...v2.7.0 [2.6.4]: https://github.com/brotkrueml/schema/compare/v2.6.3...v2.6.4 [2.6.3]: https://github.com/brotkrueml/schema/compare/v2.6.2...v2.6.3 [2.6.2]: https://github.com/brotkrueml/schema/compare/v2.6.1...v2.6.2 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index d64c065a..def08442 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 `_ ------------------------------------------------------------------------------ +`2.7.0 `_ - 2023-02-14 +---------------------------------------------------------------------------------------- + Added ^^^^^ diff --git a/ext_emconf.php b/ext_emconf.php index a501e66c..a745bc7b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'clearCacheOnLoad' => true, 'author' => 'Chris Müller', 'author_email' => 'typo3@krue.ml', - 'version' => '2.7.0-dev', + 'version' => '2.7.0', 'constraints' => [ 'depends' => [ 'php' => '7.4.0-0.0.0',