Update CHANGELOG.md

This commit is contained in:
Dries Vints 2021-11-16 17:49:31 +01:00
parent 2079d34cfc
commit f8ff35e070
No known key found for this signature in database
GPG Key ID: E1529B3ACC4A5A76
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
# Release Notes # Release Notes
## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.6...8.x) ## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.7...8.x)
## [v8.6.7 (2021-11-16)](https://github.com/laravel/laravel/compare/v8.6.6...v8.6.7)
### Changed
- Added `declined` and `declined_if` validation rules ([#5723](https://github.com/laravel/laravel/pull/5723))
- Should be identical with current sanctum config file ([#5725](https://github.com/laravel/laravel/pull/5725))
## [v8.6.6 (2021-11-09)](https://github.com/laravel/laravel/compare/v8.6.5...v8.6.6) ## [v8.6.6 (2021-11-09)](https://github.com/laravel/laravel/compare/v8.6.5...v8.6.6)