From dd4ba2c90c5220bfd1cdcfe398d1028f4fe23b57 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 18 Apr 2024 16:16:49 +0545 Subject: [PATCH] Prepare release 3.0.4 --- CHANGELOG.md | 9 +++++++++ lib/Version.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 213172c..8d666d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ChangeLog ========= +3.0.4 (2024-04-18) +------------------ +* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig ) +* #272 More precise parseClarkNotation return type ( @staabm ) + 3.0.3 (2023-11-09) ------------------ * #262 Backport fix: return type of XmlFragment::xmlDeserialize to match base declaration ( @phil-davis ) @@ -22,6 +27,10 @@ ChangeLog * #213 added phpstan types to deserializer functions ( @staabm ) * #214 update phpstan 1.x ( @staabm ) +2.2.7 (2024-04-18) +------------------ +* #270 Fixed handling of elements from foreign namespaces in values object ( @mrbig ) + 2.2.6 (2023-06-28) ------------------ * #229 Fixed error where valueobject has eaten too much ( @mrbig ) diff --git a/lib/Version.php b/lib/Version.php index 45bb604..2fc0ca1 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - public const VERSION = '3.0.3'; + public const VERSION = '3.0.4'; }