File tree 5 files changed +21
-6
lines changed
5 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.0.0] - 2023-02-28
11
+
12
+ ### Added
13
+ - Compatibility with JobRouter® 2023.1
14
+
10
15
### Changed
11
16
- On instantiation of the RestClient no authentication is done automatically anymore
12
17
- 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).
69
74
First stable release
70
75
71
76
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
73
79
[ 1.4.0 ] : https://github.com/brotkrueml/jobrouter-client/compare/v1.3.0...v1.4.0
74
80
[ 1.3.0 ] : https://github.com/brotkrueml/jobrouter-client/compare/v1.2.0...v1.3.0
75
81
[ 1.2.0 ] : https://github.com/brotkrueml/jobrouter-client/compare/v1.1.2...v1.2.0
Original file line number Diff line number Diff line change @@ -8,9 +8,18 @@ All notable changes to this project will be documented in this file.
8
8
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_\ , and this project adheres
9
9
to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
10
10
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 >`_
12
12
----------------------------------------------------------------------------------------
13
13
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
+
14
23
Changed
15
24
^^^^^^^
16
25
Original file line number Diff line number Diff line change 27
27
# The short X.Y version
28
28
version = u'2.0'
29
29
# The full version, including alpha/beta/rc tags
30
- release = u'2.0.0-dev '
30
+ release = u'2.0.0'
31
31
32
32
33
33
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ Version matrix
26
26
================ =========================== =========
27
27
JobRouter Client JobRouter® PHP
28
28
================ =========================== =========
29
- 2.0 2022.1 - 2022.4 8.1 - 8.2
29
+ 2.0 2022.1 - 2023.1 8.1 - 8.2
30
30
---------------- --------------------------- ---------
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
32
32
---------------- --------------------------- ---------
33
33
1.2 / 1.3 4.2 - 5.2 / 2022.1 - 2022.2 7.4 - 8.1
34
34
---------------- --------------------------- ---------
Original file line number Diff line number Diff line change 19
19
*/
20
20
final class Version
21
21
{
22
- private const VERSION = '2.0.0-dev ' ;
22
+ private const VERSION = '2.0.0 ' ;
23
23
24
24
public function getVersion (): string
25
25
{
You can’t perform that action at this time.
0 commit comments