Update CHANGELOG.md

This commit is contained in:
driesvints 2022-03-08 16:29:41 +00:00 committed by GitHub Actions
parent 95fec9a3e8
commit 67be95196b
1 changed files with 13 additions and 1 deletions

View File

@ -1,6 +1,18 @@
# Release Notes # 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 ## [v9.1.0](https://github.com/laravel/laravel/compare/v9.0.1...v9.1.0) - 2022-02-22