From 37ab32cf760406f767f6a278748546214585c93f Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 21 Feb 2023 16:33:51 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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