From 42cf0728cfd1a6019d8b3da0e664128da2b9cd72 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Chris=20M=C3=BCller?=
<2566282+brotkrueml@users.noreply.github.com>
Date: Tue, 28 Jan 2025 17:40:53 +0100
Subject: [PATCH] release: prepare version 3.9.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 d7c076db..927ddb81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [3.9.1] - 2025-01-28
+
### Fixed
- Error on legacy v13 installation with deactivated admin panel (#127)
@@ -510,7 +512,8 @@ Initial release
- View helpers for usage in Fluid templates
-[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.9.0...HEAD
+[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.9.1...HEAD
+[3.9.1]: https://github.com/brotkrueml/schema/compare/v3.9.0...v3.9.1
[3.9.0]: https://github.com/brotkrueml/schema/compare/v3.8.0...v3.9.0
[3.8.0]: https://github.com/brotkrueml/schema/compare/v3.7.1...v3.8.0
[3.7.1]: https://github.com/brotkrueml/schema/compare/v3.7.0...v3.7.1
diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst
index a3f7a677..152b7ff7 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.9.1 `_ - 2025-01-28
+----------------------------------------------------------------------------------------
+
Fixed
^^^^^
diff --git a/Documentation/guides.xml b/Documentation/guides.xml
index 51d5bfb5..6fa5282f 100644
--- a/Documentation/guides.xml
+++ b/Documentation/guides.xml
@@ -16,7 +16,7 @@
/>
diff --git a/ext_emconf.php b/ext_emconf.php
index f921aad7..0e3de2ca 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.9.1-dev',
+ 'version' => '3.9.1',
'constraints' => [
'depends' => [
'php' => '8.1.0-0.0.0',