From b55e3fbb14ab8806057f451fcbfeec8fca625793 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 17 Aug 2021 17:56:01 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fb1abe5..91450cb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.24...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.0...8.x) + + +## [v8.6.0 (2021-08-17)](https://github.com/laravel/laravel/compare/v8.5.24...v8.6.0) + +### Added +- Sanctum ([#5663](https://github.com/laravel/laravel/pull/5663)) ## [v8.5.24 (2021-08-10)](https://github.com/laravel/laravel/compare/v8.5.23...v8.5.24)