Skip to content

Commit

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

## [Unreleased]

## [3.1.0] - 2024-10-01

### Added
- Compatibility with PHP 8.4
- Compatibility with JobRouter® 2024.3

### Changed
- Switch to Guzzle

Expand Down Expand Up @@ -86,7 +92,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
First stable release


[Unreleased]: https://github.com/jobrouter/php-rest-client/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/jobrouter/php-rest-client/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/jobrouter/php-rest-client/compare/v3.0.0...v3.1.0
[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
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.1.0-dev';
private const VERSION = '3.1.0';

public function getVersion(): string
{
Expand Down

0 comments on commit 52b560a

Please sign in to comment.