From 9507bf2b2ad9656eabbb7176b554791c5c402026 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 21 Feb 2023 15:35:21 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abba1683..98ed5f4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v10.0.2...10.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v10.0.3...10.x) + +## [v10.0.3](https://github.com/laravel/laravel/compare/v10.0.2...v10.0.3) - 2023-02-21 + +- Remove redundant `@return` docblock in UserFactory by @datlechin in https://github.com/laravel/laravel/pull/6119 +- Reverts change in asset helper by @timacdonald in https://github.com/laravel/laravel/pull/6122 ## [v10.0.2](https://github.com/laravel/laravel/compare/v10.0.1...v10.0.2) - 2023-02-16