From c1dc4199b83466a3a6a8c70953250b0e2ec70001 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 6 Sep 2022 15:58:31 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b7c9744..18d99ed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.6...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.7...9.x) + +## [v9.3.7](https://github.com/laravel/laravel/compare/v9.3.6...v9.3.7) - 2022-09-02 + +### Changed + +- Make email unique by @martin-ro in https://github.com/laravel/laravel/pull/5978 ## [v9.3.6](https://github.com/laravel/laravel/compare/v9.3.5...v9.3.6) - 2022-08-29