diff --git a/CHANGELOG.md b/CHANGELOG.md index d9b409b9..abba1683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased](https://github.com/laravel/laravel/compare/v10.0.2...10.x) ## [v10.0.2](https://github.com/laravel/laravel/compare/v10.0.1...v10.0.2) - 2023-02-16 +- Remove unneeded call by @taylorotwell in https://github.com/laravel/laravel/commit/3986d4c54041fd27af36f96cf11bd79ce7b1ee4e + ## [v10.0.1](https://github.com/laravel/laravel/compare/v10.0.0...v10.0.1) - 2023-02-15 - Add PHPUnit result cache to gitignore by @itxshakil in https://github.com/laravel/laravel/pull/6105