diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9d768b..401dc26d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v7.25.0...develop) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.0.1...master) + + +## [v8.0.1 (2020-09-09)](https://github.com/laravel/laravel/compare/v8.0.0...v8.0.1) + +### Changed +- Re-add property to route service provider ([9cbc381](https://github.com/laravel/laravel/commit/9cbc3819f7b1c268447996d347a1733aa68e16d7)) + + +## [v8.0.0 (2020-09-08)](https://github.com/laravel/laravel/compare/v7.28.0...v8.0.0) + +Laravel 8 comes with a lot of changes to the base skeleton. Please consult the diff to see what's changed. + + +## [v7.28.0 (2020-09-08)](https://github.com/laravel/laravel/compare/v7.25.0...v7.28.0) + +Nothing specific. ## [v7.25.0 (2020-08-11)](https://github.com/laravel/laravel/compare/v7.12.0...v7.25.0)