From c0b60c0ac74e599122a6a417171798f609f16814 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 31 Jan 2023 15:10:57 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f8ef2d..6a34d3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.5.1...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.5.2...9.x) + +## [v9.5.2](https://github.com/laravel/laravel/compare/v9.5.1...v9.5.2) - 2023-01-31 + +### Changed + +- Adds "missing" validation rule translations by @timacdonald in https://github.com/laravel/laravel/pull/6078 ## [v9.5.1](https://github.com/laravel/laravel/compare/v9.5.0...v9.5.1) - 2023-01-11