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).
77
88## [ Unreleased]
99
10+ ## [ 3.1.0] - 2024-10-01
11+
12+ ### Added
13+ - Compatibility with PHP 8.4
14+ - Compatibility with JobRouter® 2024.3
15+
1016### Changed
1117- Switch to Guzzle
1218
@@ -86,7 +92,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8692First stable release
8793
8894
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
9097[ 3.0.0 ] : https://github.com/jobrouter/php-rest-client/compare/v2.0.0...v3.0.0
9198[ 2.0.0 ] : https://github.com/jobrouter/php-rest-client/compare/v1.4.0...v2.0.0
9299[ 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 1717 */
1818final class Version
1919{
20- private const VERSION = '3.1.0-dev ' ;
20+ private const VERSION = '3.1.0 ' ;
2121
2222 public function getVersion (): string
2323 {
You can’t perform that action at this time.
0 commit comments