From 7e78e26c7ce45fe1716b82ecbecd6a808a0e7f8b Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 7 Dec 2021 17:10:22 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a85b39e..eabd7a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.8...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.9...8.x) + + +## [v8.6.9 (2021-12-07)](https://github.com/laravel/laravel/compare/v8.6.8...v8.6.9) + +### Changed +- Improves generic types on the skeleton ([#5740](https://github.com/laravel/laravel/pull/5740)) +- Add option to set sendmail path ([#5741](https://github.com/laravel/laravel/pull/5741)) + +### Fixed +- Fix asset publishing if they were already published ([#5734](https://github.com/laravel/laravel/pull/5734)) ## [v8.6.8 (2021-11-23)](https://github.com/laravel/laravel/compare/v8.6.7...v8.6.8)