From d735a533a46f4ffc64d3abb4ecf61a98e71a8f75 Mon Sep 17 00:00:00 2001 From: rubenvanassche Date: Fri, 1 Dec 2023 09:47:25 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeffda3ab..489b1c039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-data` will be documented in this file. +## 1.5.3 - 2023-12-01 + +- MimeTypes validation fix on v1 (#596) + ## 3.9.2 - 2023-10-20 - Fix breaking compatibility #590 @@ -36,7 +40,7 @@ All notable changes to `laravel-data` will be documented in this file. - fix target namespace when creating files with Laravel Idea (#497) - allow collection to be created passing null (#507) -- add Ulid validation rule (#510) +- add Ulid validation rule (#510) -add TARGET_PARAMETER to Attribute for improved Validation (#523) ## 3.7.0 - 2023-07-05