From 2bd7d505fadcd5a1475f18e31e0993623a6a11c2 Mon Sep 17 00:00:00 2001 From: kafkas <36949216+kafkas@users.noreply.github.com> Date: Fri, 5 Sep 2025 14:25:11 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/swift/changelog/2025-09-05.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/sdks/overview/swift/changelog/2025-09-05.mdx b/fern/products/sdks/overview/swift/changelog/2025-09-05.mdx index e8bc6fa35..047033648 100644 --- a/fern/products/sdks/overview/swift/changelog/2025-09-05.mdx +++ b/fern/products/sdks/overview/swift/changelog/2025-09-05.mdx @@ -1,3 +1,7 @@ +## 0.12.2 +**`(fix):`** Request headers in endpoint methods are now restricted to String types only. + + ## 0.12.1 **`(fix):`** Required bearer token param in root client convenience initializer is now correctly marked as `@escaping` and the relevant argument is now initialized properly.