From dcf59f0ef8035abe9b03eb34e30c4e3f3b53fab6 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 22 Feb 2022 16:06:37 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74df6381060..75827b4826f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.0.1...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.0...9.x) + +## [v9.1.0](https://github.com/laravel/laravel/compare/v9.0.1...v9.1.0) - 2022-02-22 + +### Changed + +- Remove namespace from Routes by @emargareten in https://github.com/laravel/laravel/pull/5818 +- Update sanctum config file by @suyar in https://github.com/laravel/laravel/pull/5820 +- Replace Laravel CORS package by @driesvints in https://github.com/laravel/laravel/pull/5825 ## [v9.0.1](https://github.com/laravel/laravel/compare/v9.0.0...v9.0.1) - 2022-02-15