Skip to content

Commit fb85d71

Browse files
committed
release: prepare version 3.0.0
1 parent 6427e59 commit fb85d71

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [3.0.0] - 2024-02-21
11+
1012
### Added
1113
- Compatibility with PHP 8.3
1214
- Compatibility with JobRouter® 2024.1
@@ -81,7 +83,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8183
First stable release
8284

8385

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
8588
[2.0.0]: https://github.com/jobrouter/php-rest-client/compare/v1.4.0...v2.0.0
8689
[1.4.0]: https://github.com/jobrouter/php-rest-client/compare/v1.3.0...v1.4.0
8790
[1.3.0]: https://github.com/jobrouter/php-rest-client/compare/v1.2.0...v1.3.0

src/Information/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
final class Version
1919
{
20-
private const VERSION = '3.0.0-dev';
20+
private const VERSION = '3.0.0';
2121

2222
public function getVersion(): string
2323
{

0 commit comments

Comments
 (0)