From c5c731a8aa51dc146645c4024b0f34b9dc3a28ac Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 7 Jun 2022 15:20:23 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2498ea..f47a2634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.9...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.10...9.x) + +## [v9.1.10](https://github.com/laravel/laravel/compare/v9.1.9...v9.1.10) - 2022-06-07 + +### Changed + +- Add language line by @taylorotwell in https://github.com/laravel/laravel/commit/b084aacc5ad105e39c2b058e9523e73655be8d1f +- Improve Pusher configuration for easy development by @oanhnn in https://github.com/laravel/laravel/pull/5897 ## [v9.1.9](https://github.com/laravel/laravel/compare/v9.1.8...v9.1.9) - 2022-05-28