From 63c2b2d4cfeaeb36243ab4af1cb002be013bbca5 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 5 Sep 2024 15:57:24 +0545 Subject: [PATCH] chore: prepare release 3.0.5 --- CHANGELOG.md | 17 +++++++++++++++++ lib/Version.php | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d666d3..08d54de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ChangeLog ========= +3.0.5 (2024-09-05) +------------------ +* #294 Add PHP 8.4 compliance for v3 branch ( @phil-davis ) + 3.0.4 (2024-04-18) ------------------ * #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig ) @@ -27,6 +31,19 @@ ChangeLog * #213 added phpstan types to deserializer functions ( @staabm ) * #214 update phpstan 1.x ( @staabm ) +2.2.10 (2024-08-27) +------------------ +* #290 add cs-fixer v3 (@phil-davis) + +2.2.9 (2024-07-26) +------------------ +* #287 Explicitly mark nullable parameter (@cedric-anne) + +2.2.8 (2024-07-25) +------------------ +* #284 Add PHP 8.2 and 8.3 to CI for 2.2 branch (@phil-davis) +* #285 PHP 8.4 compliance (@phil-davis) + 2.2.7 (2024-04-18) ------------------ * #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig ) diff --git a/lib/Version.php b/lib/Version.php index 2fc0ca1..70c9246 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - public const VERSION = '3.0.4'; + public const VERSION = '3.0.5'; }