Update CHANGELOG.md

This commit is contained in:
Dries Vints
2021-11-23 18:30:45 +01:00
parent 3de91bca75
commit 0eb4a40eb3

View File

@@ -3,6 +3,13 @@
## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.7...8.x) ## [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) ## [v8.6.7 (2021-11-16)](https://github.com/laravel/laravel/compare/v8.6.6...v8.6.7)
### Changed ### Changed