diff --git a/CHANGELOG.md b/CHANGELOG.md index 219b575..3e0eb23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to `mail-intercept` will be documented in this file ## 1.0.0 - 2024-10-21 -- Bumped minimum requirement to Laravel 11 and PHP 8.2. +- Bumped minimum requirement to Laravel 10 and PHP 8.1. - New attachment and embedded image assertions. - Pest architecture tests. - Replace PHP CS Fixer with Laravel Pint. diff --git a/README.md b/README.md index 797323d..ec7dd4b 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,7 @@ Mail isn't faked here. You get to inspect the actual mail ensuring you are sendi | Laravel Version | Mail Intercept Version | |:----------------|:-----------------------| -| 11.x | 0.6.x | -| 10.x | 0.4.x | +| 10.x & 11.0 | 1.0.x | | 9.x | 0.3.x | | 8.x and lower | 0.2.x |