From fb8e9cee79bc3cebff9ee20068d95eefbb281aa7 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 16 May 2023 15:38:55 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 583e36b7..45eb31e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v10.2.0...10.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v10.2.1...10.x) + +## [v10.2.1](https://github.com/laravel/laravel/compare/v10.2.0...v10.2.1) - 2023-05-12 + +- Add hashed cast to user password by @emargareten in https://github.com/laravel/laravel/pull/6171 +- Bring back pusher cluster config option by @jesseleite in https://github.com/laravel/laravel/pull/6174 ## [v10.2.0](https://github.com/laravel/laravel/compare/v10.1.1...v10.2.0) - 2023-05-05