From 511c4a7aa69bf6d1fa3c59ac853184f8eb5de199 Mon Sep 17 00:00:00 2001 From: kafkas <36949216+kafkas@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:40:13 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/swift/changelog/2025-09-09.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/sdks/overview/swift/changelog/2025-09-09.mdx b/fern/products/sdks/overview/swift/changelog/2025-09-09.mdx index 753bc7a5f..aef9e2931 100644 --- a/fern/products/sdks/overview/swift/changelog/2025-09-09.mdx +++ b/fern/products/sdks/overview/swift/changelog/2025-09-09.mdx @@ -1,3 +1,7 @@ +## 0.12.4 +**`(fix):`** Fixed incorrect handling of schema `date` fields — now decoded into a new `CalendarDate` type. + + ## 0.12.3 **`(fix):`** Added missing system dependencies (bash, curl, git, zip) to Swift generator Docker image to fix README generation.