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