From 040d548810dd2d517bbd5cc792818b5d0429a0fc Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 15 Nov 2022 17:07:34 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f090663..c96aa8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.10...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.11...9.x) + +## [v9.3.11](https://github.com/laravel/laravel/compare/v9.3.10...v9.3.11) - 2022-11-14 + +### Changed + +- Adds lowercase validation rule translation by @timacdonald in https://github.com/laravel/laravel/pull/6028 +- Adds uppercase validation rule translation by @michaelnabil230 in https://github.com/laravel/laravel/pull/6029 ## [v9.3.10](https://github.com/laravel/laravel/compare/v9.3.9...v9.3.10) - 2022-10-28