From bb0de1f14803b7ad2c05914e03f2f439ef69c320 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 31 May 2022 15:19:55 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da613ca..fa2498ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.8...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.9...9.x) + +## [v9.1.9](https://github.com/laravel/laravel/compare/v9.1.8...v9.1.9) - 2022-05-28 + +### Changed + +- Switch to ESM imports by @jessarcher in https://github.com/laravel/laravel/pull/5895 ## [v9.1.8](https://github.com/laravel/laravel/compare/v9.1.7...v9.1.8) - 2022-05-05