Skip to content

Commit 52b560a

Browse files
committed
release: prepare version 3.1.0
1 parent 2f1e082 commit 52b560a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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).
8692
First 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

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.1.0-dev';
20+
private const VERSION = '3.1.0';
2121

2222
public function getVersion(): string
2323
{

0 commit comments

Comments
 (0)