From b821b95dfd6355153ae6ea4d3638338cfc8dddb8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Chris=20M=C3=BCller?=
<2566282+brotkrueml@users.noreply.github.com>
Date: Wed, 21 Feb 2024 10:30:01 +0100
Subject: [PATCH] release: prepare version 3.0.0
---
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 a65030d..7857be0 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]
+## [3.0.0] - 2024-02-21
+
### Changed
- JobRouter REST Client in version 3 is required
- Namespace from `Brotkrueml\JobRouterConnector` to `JobRouter\Addon\Typo3Connector`
@@ -158,7 +160,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial preview release
-[Unreleased]: https://github.com/jobrouter/typo3-connector/compare/v2.0.0...HEAD
+[Unreleased]: https://github.com/jobrouter/typo3-connector/compare/v3.0.0...HEAD
+[3.0.0]: https://github.com/jobrouter/typo3-connector/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/jobrouter/typo3-connector/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/jobrouter/typo3-connector/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/jobrouter/typo3-connector/compare/v1.0.0...v1.1.0
diff --git a/Documentation/Changelog/Index.rst b/Documentation/Changelog/Index.rst
index e598a90..a26cac9 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.0.0 `_ - 2024-02-21
+------------------------------------------------------------------------------------------------
+
Changed
^^^^^^^
diff --git a/Documentation/guides.xml b/Documentation/guides.xml
index b048e7b..bba9a01 100644
--- a/Documentation/guides.xml
+++ b/Documentation/guides.xml
@@ -7,7 +7,7 @@
>
diff --git a/ext_emconf.php b/ext_emconf.php
index c5b7674..4184fb6 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -7,7 +7,7 @@
'author' => 'Chris Müller',
'author_company' => 'JobRouter AG',
'state' => 'stable',
- 'version' => '3.0.0-dev',
+ 'version' => '3.0.0',
'constraints' => [
'depends' => [
'php' => '8.1.0-0.0.0',