From eb5321837d1e61f4a69e4b2e9021a472bd03c6c3 Mon Sep 17 00:00:00 2001 From: soyuka Date: Fri, 22 Nov 2024 12:09:29 +0100 Subject: [PATCH] docs: v4.0.10 changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac6bed824..720db7a08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v4.0.10 + +### Bug fixes + +* [774590069](https://github.com/api-platform/core/commit/77459006912d9162fdae9eadd496a62858ac990e) fix(laravel): add contact & license options to fix swagger UI issues (#6804) +* [7ff9790c8](https://github.com/api-platform/core/commit/7ff9790c8e326de8152c653974fd523770dc6501) fix(laravel): allow boolean cast (#6808) +* [f19dd9446](https://github.com/api-platform/core/commit/f19dd9446f5722d243e82b1e7bc34ebdab95719d) fix(laravel): graphQl type locator indexes (#6815) + +Also contains [v3.4.7 changes](#v347). + +### Features + ## v4.0.9 ### Bug fixes