Skip to content

Commit

Permalink
[RELEASE] Prepare version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Nov 21, 2021
1 parent fb9a2c3 commit e7e1fd7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion Documentation/changelog.rst
Expand Up @@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_\ ,
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

`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>`_ - 2021-11-21
------------------------------------------------------------------------------------------------------

Added
^^^^^

Expand Down
2 changes: 1 addition & 1 deletion Documentation/conf.py
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -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',
Expand Down

0 comments on commit e7e1fd7

Please sign in to comment.