From 4135d5834505e3253e6ff8a68180bf40dfb50112 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 9 Aug 2022 15:36:37 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e9a6cb..81f8bc53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.2...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.3...9.x) + +## [v9.3.3](https://github.com/laravel/laravel/compare/v9.3.2...v9.3.3) - 2022-08-03 + +### Changed + +- Validation added `doesnt_end_with` translation by @kichetof in https://github.com/laravel/laravel/pull/5962 ## [v9.3.2](https://github.com/laravel/laravel/compare/v9.3.1...v9.3.2) - 2022-08-01