diff --git a/CHANGELOG.md b/CHANGELOG.md index dcb4df1..2a8ecc3 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 - Variable resolver for page properties @@ -35,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial pre-release -[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-base/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-base/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/brotkrueml/typo3-jobrouter-base/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/brotkrueml/typo3-jobrouter-base/compare/v0.1.2...v1.0.0 [0.1.2]: https://github.com/brotkrueml/typo3-jobrouter-base/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/brotkrueml/typo3-jobrouter-base/compare/v0.1.0...v0.1.1 diff --git a/Documentation/changelog.rst b/Documentation/changelog.rst index 89ba78f..d057a3b 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 3164a79..2296ce9 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 0131891..7fa4e54 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -6,7 +6,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',