diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e5077..ded57ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ ChangeLog ========= +6.0.3 (2024-09-06) +------------------ + +* #228 Remove redundant PHP doc to make cs-fixer pass ( @phil-davis ) +* #236 adjust for php-cs-fixer 3.54.0 ( @phil-davis ) +* #249 add PHP 8.3 and 8.4 to CI of 6.0 branch ( @phil-davis ) + 6.0.2 (2023-08-17) ------------------ @@ -19,6 +26,26 @@ ChangeLog * #192 Set min PHP to 7.4 and add type declarations (@phil-davis) * #194 Adjust type declarations a little bit (@phil-davis) +5.1.12 (2024-08-27) +------------------ + +* #243 add cs-fixer v3 (@phil-davis) + +5.1.11 (2024-07-26) +------------------ + +* #241 PHP 8.4 compliance (@phil-davis) + +5.1.10 (2023-08-18) +------------------ + +* #225 Enhance tests/bootstrap.php to find autoloader in more environments (@phil-davis) + +5.1.9 (2023-08-17) +------------------ + +* #223 skip testParseMimeTypeOnInvalidMimeType (@phil-davis) + 5.1.8 (2023-08-17) ------------------ diff --git a/lib/Version.php b/lib/Version.php index 9777aa7..e10fe3a 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - public const VERSION = '6.0.2'; + public const VERSION = '6.0.3'; }