diff --git a/CHANGELOG.md b/CHANGELOG.md index 6340bdc..5691dc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ChangeLog ========= +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 1144bf0..6b6c53b 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - const VERSION = '2.2.5'; + const VERSION = '2.2.6'; }