From a70ae3bd27c371bbf7c2eeb0b157bdab220acec2 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 29 Mar 2022 15:15:37 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d854ed6ca..7a176442b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Release Notes -## [Unreleased](https://github.com/laravel/breeze/compare/v1.8.2...1.x) +## [Unreleased](https://github.com/laravel/breeze/compare/v1.9.0...1.x) + +## [v1.9.0](https://github.com/laravel/breeze/compare/v1.8.2...v1.9.0) - 2022-03-26 + +### Added + +- Add Inertia SSR Support by @xiCO2k in https://github.com/laravel/breeze/pull/146 + +### Changed + +- Update cors.php by @trungpv1601 in https://github.com/laravel/breeze/pull/144 +- Use `.alias` method from `Mix` by @xiCO2k in https://github.com/laravel/breeze/pull/145 ## [v1.8.2](https://github.com/laravel/breeze/compare/v1.8.1...v1.8.2) - 2022-02-21