diff --git a/CHANGELOG.md b/CHANGELOG.md index 07373aa3..b3a2f22a 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.5.2] - 2020-02-09 + ### Fixed - Correct sorting of rootline during automatic breadcrumb generation (#32) @@ -154,7 +156,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.5.1...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.5.2...HEAD +[1.5.2]: https://github.com/brotkrueml/schema/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/brotkrueml/schema/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/brotkrueml/schema/compare/v1.4.2...v1.5.0 [1.4.2]: https://github.com/brotkrueml/schema/compare/v1.4.1...v1.4.2 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 8a4a5380..5a70b7ec 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -2,7 +2,7 @@ [general] project = schema -release = 1.5.1 +release = 1.5.2 copyright = 2019-2020 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index a2de40f0..1ffef0ea 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' => '1.5.1', + 'version' => '1.5.2', 'constraints' => [ 'depends' => [ 'typo3' => '9.5.0-10.4.99',