File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.1.0] - 2024-10-01
11
+
12
+ ### Added
13
+ - Compatibility with PHP 8.4
14
+ - Compatibility with JobRouter® 2024.3
15
+
10
16
### Changed
11
17
- Switch to Guzzle
12
18
@@ -86,7 +92,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
86
92
First stable release
87
93
88
94
89
- [ Unreleased ] : https://github.com/jobrouter/php-rest-client/compare/v3.0.0...HEAD
95
+ [ Unreleased ] : https://github.com/jobrouter/php-rest-client/compare/v3.1.0...HEAD
96
+ [ 3.1.0 ] : https://github.com/jobrouter/php-rest-client/compare/v3.0.0...v3.1.0
90
97
[ 3.0.0 ] : https://github.com/jobrouter/php-rest-client/compare/v2.0.0...v3.0.0
91
98
[ 2.0.0 ] : https://github.com/jobrouter/php-rest-client/compare/v1.4.0...v2.0.0
92
99
[ 1.4.0 ] : https://github.com/jobrouter/php-rest-client/compare/v1.3.0...v1.4.0
Original file line number Diff line number Diff line change 17
17
*/
18
18
final class Version
19
19
{
20
- private const VERSION = '3.1.0-dev ' ;
20
+ private const VERSION = '3.1.0 ' ;
21
21
22
22
public function getVersion (): string
23
23
{
You can’t perform that action at this time.
0 commit comments