From f8ff35e070e29e7415069b5d1bfabab1c8cb9c55 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 16 Nov 2021 17:49:31 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bb32c6..b4e03953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # 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)