From ba8ed9d65d77ce37ee94bd920ec353a0a8ca8c41 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 2 Aug 2022 15:06:21 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c278f3e..a6e9a6cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.1...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.2...9.x) + +## [v9.3.2](https://github.com/laravel/laravel/compare/v9.3.1...v9.3.2) - 2022-08-01 + +### Changed + +- Update Sanctum by @suyar in https://github.com/laravel/laravel/pull/5957 +- Allow Pest plugin in Composer by @driesvints in https://github.com/laravel/laravel/pull/5959 ## [v9.3.1](https://github.com/laravel/laravel/compare/v9.3.0...v9.3.1) - 2022-07-26