Skip to content

Commit 81d35f5

Browse files
committed
[RELEASE] Prepare version 1.2.0
1 parent aec7557 commit 81d35f5

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.0] - 2022-05-27
10+
911
### Added
1012
- Configuration of connection options (#8)
1113

@@ -138,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
138140
Initial preview release
139141

140142

141-
[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.1.0...HEAD
143+
[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.2.0...HEAD
144+
[1.2.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.1.0...v1.2.0
142145
[1.1.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.0.0...v1.1.0
143146
[1.0.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.3...v1.0.0
144147
[0.12.3]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.2...v0.12.3

Documentation/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
88
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_\ ,
99
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
1010

11-
`Unreleased <https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.1.0...HEAD>`_
11+
`Unreleased <https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.2.0...HEAD>`_
1212
-------------------------------------------------------------------------------------------------
1313

14+
`1.2.0 <https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.1.0...v1.2.0>`_ - 2022-05-27
15+
-----------------------------------------------------------------------------------------------------------
16+
1417
Added
1518
^^^^^
1619

Documentation/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = u'1.2'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'1.2.0-dev'
30+
release = u'1.2.0'
3131

3232

3333
# -- General configuration ---------------------------------------------------

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'author' => 'Chris Müller',
88
'author_email' => 'typo3@krue.ml',
99
'state' => 'stable',
10-
'version' => '1.2.0-dev',
10+
'version' => '1.2.0',
1111
'constraints' => [
1212
'depends' => [
1313
'php' => '7.4.0-0.0.0',

0 commit comments

Comments
 (0)