Skip to content

Commit

Permalink
[RELEASE] Prepare version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Mar 5, 2022
1 parent 80b868d commit af6f27b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.0] - 2022-03-05

### Added
- Compatibility with JobRouter® 2022.1

Expand Down Expand Up @@ -42,7 +44,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
First stable release


[Unreleased]: https://github.com/brotkrueml/jobrouter-client/compare/v1.1.2...HEAD
[Unreleased]: https://github.com/brotkrueml/jobrouter-client/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/brotkrueml/jobrouter-client/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/brotkrueml/jobrouter-client/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/brotkrueml/jobrouter-client/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/brotkrueml/jobrouter-client/compare/v1.0.1...v1.1.0
Expand Down
5 changes: 4 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
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/jobrouter-client/compare/v1.1.2...HEAD>`_
`Unreleased <https://github.com/brotkrueml/jobrouter-client/compare/v1.2.0...HEAD>`_
----------------------------------------------------------------------------------------

`1.2.0 <https://github.com/brotkrueml/jobrouter-client/compare/v1.1.2...v1.2.0>`_ - 2022-03-05
--------------------------------------------------------------------------------------------------

Added
^^^^^

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = u'1.2'
# The full version, including alpha/beta/rc tags
release = u'1.2.0-dev'
release = u'1.2.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/Information/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
final class Version
{
private const VERSION = '1.2.0-dev';
private const VERSION = '1.2.0';

public function getVersion(): string
{
Expand Down

0 comments on commit af6f27b

Please sign in to comment.