Skip to content

Commit

Permalink
release: prepare version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Feb 21, 2024
1 parent 6427e59 commit fb85d71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.0.0] - 2024-02-21

### Added
- Compatibility with PHP 8.3
- Compatibility with JobRouter® 2024.1
Expand Down Expand Up @@ -81,7 +83,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
First stable release


[Unreleased]: https://github.com/jobrouter/php-rest-client/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/jobrouter/php-rest-client/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/jobrouter/php-rest-client/compare/v2.0.0...v3.0.0
[2.0.0]: https://github.com/jobrouter/php-rest-client/compare/v1.4.0...v2.0.0
[1.4.0]: https://github.com/jobrouter/php-rest-client/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/jobrouter/php-rest-client/compare/v1.2.0...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion src/Information/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
final class Version
{
private const VERSION = '3.0.0-dev';
private const VERSION = '3.0.0';

public function getVersion(): string
{
Expand Down

0 comments on commit fb85d71

Please sign in to comment.