diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e03953..01a0a9c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ ## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.7...8.x) +## [v8.6.8 (2021-11-23)](https://github.com/laravel/laravel/compare/v8.6.7...v8.6.8) + +### Changed +- Order validation rules alphabetically ([#5728](https://github.com/laravel/laravel/pull/5728)) +- Removes the Console\Kernel::$commands property ([#5727](https://github.com/laravel/laravel/pull/5727)) + + ## [v8.6.7 (2021-11-16)](https://github.com/laravel/laravel/compare/v8.6.6...v8.6.7) ### Changed