From c0891e6a3c4e7179362339fefff0c2abb94558b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Sun, 21 Nov 2021 12:01:16 +0100 Subject: [PATCH] [RELEASE] Prepare version 1.1.0 --- CHANGELOG.md | 5 ++++- Documentation/changelog.rst | 5 ++++- Documentation/conf.py | 2 +- ext_emconf.php | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c566b..65b7e8b 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.1.0] - 2021-11-21 + ### Added - Compatibility with TYPO3 v11 LTS @@ -130,7 +132,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial preview release -[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.3...v1.0.0 [0.12.3]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.2...v0.12.3 [0.12.2]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.1...v0.12.2 diff --git a/Documentation/changelog.rst b/Documentation/changelog.rst index 5f9bd55..f39f1e6 100644 --- a/Documentation/changelog.rst +++ b/Documentation/changelog.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 `_ ------------------------------------------------------------------------------------------------- +`1.1.0 `_ - 2021-11-21 +----------------------------------------------------------------------------------------------------------- + Added ^^^^^ diff --git a/Documentation/conf.py b/Documentation/conf.py index 767bb8d..e5e1482 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = u'1.1' # The full version, including alpha/beta/rc tags -release = u'1.1.0-dev' +release = u'1.1.0' # -- General configuration --------------------------------------------------- diff --git a/ext_emconf.php b/ext_emconf.php index 08bfbf0..3e53adb 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ 'author' => 'Chris Müller', 'author_email' => 'typo3@krue.ml', 'state' => 'stable', - 'version' => '1.1.0-dev', + 'version' => '1.1.0', 'constraints' => [ 'depends' => [ 'php' => '7.3.0-0.0.0',