Skip to content

Commit 19f435b

Browse files
committed
[RELEASE] Prepare version 2.0.0
1 parent 8316866 commit 19f435b

File tree

5 files changed

+21
-6
lines changed

5 files changed

+21
-6
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [2.0.0] - 2023-02-28
11+
12+
### Added
13+
- Compatibility with JobRouter® 2023.1
14+
1015
### Changed
1116
- On instantiation of the RestClient no authentication is done automatically anymore
1217
- Incident class accepts as a priority only a Priority enum
@@ -69,7 +74,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6974
First stable release
7075

7176

72-
[Unreleased]: https://github.com/brotkrueml/jobrouter-client/compare/v1.4.0...HEAD
77+
[Unreleased]: https://github.com/brotkrueml/jobrouter-client/compare/v2.0.0...HEAD
78+
[2.0.0]: https://github.com/brotkrueml/jobrouter-client/compare/v1.4.0...v2.0.0
7379
[1.4.0]: https://github.com/brotkrueml/jobrouter-client/compare/v1.3.0...v1.4.0
7480
[1.3.0]: https://github.com/brotkrueml/jobrouter-client/compare/v1.2.0...v1.3.0
7581
[1.2.0]: https://github.com/brotkrueml/jobrouter-client/compare/v1.1.2...v1.2.0

docs/changelog.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,18 @@ 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/>`_\ , and this project adheres
99
to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
1010

11-
`Unreleased <https://github.com/brotkrueml/jobrouter-client/compare/v1.4.0...HEAD>`_
11+
`Unreleased <https://github.com/brotkrueml/jobrouter-client/compare/v2.0.0...HEAD>`_
1212
----------------------------------------------------------------------------------------
1313

14+
`2.0.0 <https://github.com/brotkrueml/jobrouter-client/compare/v1.4.0...v2.0.0>`_ - 2023-02-28
15+
--------------------------------------------------------------------------------------------------
16+
17+
Added
18+
^^^^^
19+
20+
21+
* Compatibility with JobRouter® 2023.1
22+
1423
Changed
1524
^^^^^^^
1625

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = u'2.0'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'2.0.0-dev'
30+
release = u'2.0.0'
3131

3232

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

docs/installation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Version matrix
2626
================ =========================== =========
2727
JobRouter Client JobRouter® PHP
2828
================ =========================== =========
29-
2.0 2022.1 - 2022.4 8.1 - 8.2
29+
2.0 2022.1 - 2023.1 8.1 - 8.2
3030
---------------- --------------------------- ---------
31-
1.4 4.2 - 5.2 / 2022.1 - 2022.4 7.4 - 8.2
31+
1.4 4.2 - 5.2 / 2022.1 - 2023.1 7.4 - 8.2
3232
---------------- --------------------------- ---------
3333
1.2 / 1.3 4.2 - 5.2 / 2022.1 - 2022.2 7.4 - 8.1
3434
---------------- --------------------------- ---------

src/Information/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020
final class Version
2121
{
22-
private const VERSION = '2.0.0-dev';
22+
private const VERSION = '2.0.0';
2323

2424
public function getVersion(): string
2525
{

0 commit comments

Comments
 (0)