From 67be95196b9b980d251a53b614bb7f8d6889bb22 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 8 Mar 2022 16:29:41 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75827b48..8943efd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.0...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.1...9.x) + +## [v9.1.1](https://github.com/laravel/laravel/compare/v9.1.0...v9.1.1) - 2022-03-08 + +### Changed + +- Add option to configure Mailgun transporter scheme by @jnoordsij in https://github.com/laravel/laravel/pull/5831 +- Add `throw` to filesystems config by @ankurk91 in https://github.com/laravel/laravel/pull/5835 + +### Fixed + +- Small typo fix in filesystems.php by @tooshay in https://github.com/laravel/laravel/pull/5827 +- Update sendmail default params by @driesvints in https://github.com/laravel/laravel/pull/5836 ## [v9.1.0](https://github.com/laravel/laravel/compare/v9.0.1...v9.1.0) - 2022-02-22