From 8d3a964edc67125f336f14ccfca31b62623bca65 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 10 May 2022 15:38:08 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a221fb2..2da613ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.7...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.8...9.x) + +## [v9.1.8](https://github.com/laravel/laravel/compare/v9.1.7...v9.1.8) - 2022-05-05 + +### Changed + +- Add local_domain option to smtp configuration by @bintzandt in https://github.com/laravel/laravel/pull/5877 +- Add specific test user in seeder by @driesvints in https://github.com/laravel/laravel/pull/5879 ## [v9.1.7](https://github.com/laravel/laravel/compare/v9.1.6...v9.1.7) - 2022-05-03