From 52b560a834b771b66eab7e79df1fd09339e7f255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Tue, 1 Oct 2024 08:17:00 +0200 Subject: [PATCH] release: prepare version 3.1.0 --- CHANGELOG.md | 9 ++++++++- src/Information/Version.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 435fd91..8dd98f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/src/Information/Version.php b/src/Information/Version.php index 2a3ef0f..dd9dc28 100644 --- a/src/Information/Version.php +++ b/src/Information/Version.php @@ -17,7 +17,7 @@ */ final class Version { - private const VERSION = '3.1.0-dev'; + private const VERSION = '3.1.0'; public function getVersion(): string {