From 229b01af298234734468a203c9498cbb08f4ff6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Robles?= Date: Wed, 11 Oct 2023 18:19:01 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2606c04..389e732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.10.11] - 2023-10-11 + +### Fixed + +- Sending multiple values (for e.g. 1,2,5) on a collection with `BindModelUsing` attribute or custom model's `getRouteKeyName` method now works querying all models +- `make:dto` command now does not generate a `ValidatedDataTransferObject` with request static method on it + ## [1.10.10] - 2023-10-09 ### Fixed