diff --git a/CHANGELOG.md b/CHANGELOG.md index ba788eb..2b0d32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ChangeLog ========= +7.1.0 (2026-05-31) +------------------ + +* #280 chore: support PHP 8.2 and up ( @phil-davis ) +* #282 test: migrate to phpunit 11 ( @phil-davis ) + 7.0.6 (2026-04-27) ------------------ diff --git a/lib/Version.php b/lib/Version.php index b065abb..4360a6a 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - public const VERSION = '7.0.6'; + public const VERSION = '7.1.0'; }