From c1fad157256bd7db678eadf2b144d977c2e979b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sun, 18 Aug 2024 16:28:33 +0200 Subject: [PATCH] release: prepare version 3.6.1 --- CHANGELOG.md | 5 ++++- Documentation/Changelog/Index.rst | 5 ++++- Documentation/guides.xml | 2 +- ext_emconf.php | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d682ffa..5780d603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [3.6.1] - 2024-08-18 + ### Fixed - FAQ page type in automatic breadcrumb raises error in Rich Snippet Tool (#121) @@ -481,7 +483,8 @@ Initial release - View helpers for usage in Fluid templates -[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.6.0...HEAD +[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.6.1...HEAD +[3.6.1]: https://github.com/brotkrueml/schema/compare/v3.6.0...v3.6.1 [3.6.0]: https://github.com/brotkrueml/schema/compare/v3.5.0...v3.6.0 [3.5.0]: https://github.com/brotkrueml/schema/compare/v3.4.1...v3.5.0 [3.4.1]: https://github.com/brotkrueml/schema/compare/v3.4.0...v3.4.1 diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst index 400cb55c..d74dc9bb 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 `_ ------------------------------------------------------------------------------ +`3.6.1 `_ - 2024-08-18 +---------------------------------------------------------------------------------------- + Fixed ^^^^^ diff --git a/Documentation/guides.xml b/Documentation/guides.xml index 4c646800..d8f510c0 100644 --- a/Documentation/guides.xml +++ b/Documentation/guides.xml @@ -16,7 +16,7 @@ /> diff --git a/ext_emconf.php b/ext_emconf.php index fdeabe76..d14d01ff 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -8,7 +8,7 @@ 'clearCacheOnLoad' => true, 'author' => 'Chris Müller', 'author_email' => 'typo3@brotkrueml.dev', - 'version' => '3.6.1-dev', + 'version' => '3.6.1', 'constraints' => [ 'depends' => [ 'php' => '8.1.0-0.0.0',