diff --git a/CHANGELOG.md b/CHANGELOG.md index ee694cc..a3679cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ChangeLog ========= +3.0.1 (2023-06-28) +------------------ +* #229 Fixed error where valueobject has eaten too much ( @mrbig ) +* #239 cs-fixer and CI updates ( @phil-davis ) + 3.0.0 (2022-08-17) ------------------ * #220 Set minimum PHP to 7.4 and declare types ( @phil-davis ) @@ -9,6 +14,10 @@ ChangeLog * #213 added phpstan types to deserializer functions ( @staabm ) * #214 update phpstan 1.x ( @staabm ) +2.2.6 (2023-06-28) +------------------ +* #229 Fixed error where valueobject has eaten too much ( @mrbig ) + 2.2.5 (2021-11-04) ------------------ * #210 version bump that was missed in 2.2.4 ( @phil-davis ) diff --git a/lib/Version.php b/lib/Version.php index 29bcfda..b6961e3 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - public const VERSION = '3.0.0'; + public const VERSION = '3.0.1'; }