File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.0.0] - 2024-02-21
11
+
10
12
### Added
11
13
- Compatibility with PHP 8.3
12
14
- Compatibility with JobRouter® 2024.1
@@ -81,7 +83,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
81
83
First stable release
82
84
83
85
84
- [ Unreleased ] : https://github.com/jobrouter/php-rest-client/compare/v2.0.0...HEAD
86
+ [ Unreleased ] : https://github.com/jobrouter/php-rest-client/compare/v3.0.0...HEAD
87
+ [ 3.0.0 ] : https://github.com/jobrouter/php-rest-client/compare/v2.0.0...v3.0.0
85
88
[ 2.0.0 ] : https://github.com/jobrouter/php-rest-client/compare/v1.4.0...v2.0.0
86
89
[ 1.4.0 ] : https://github.com/jobrouter/php-rest-client/compare/v1.3.0...v1.4.0
87
90
[ 1.3.0 ] : https://github.com/jobrouter/php-rest-client/compare/v1.2.0...v1.3.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.0.0-dev ' ;
20
+ private const VERSION = '3.0.0 ' ;
21
21
22
22
public function getVersion (): string
23
23
{
You can’t perform that action at this time.
0 commit comments