From 3826c18a0d3343cefa766b9aa1fe7848b1a4035f Mon Sep 17 00:00:00 2001 From: kafkas <36949216+kafkas@users.noreply.github.com> Date: Fri, 8 Aug 2025 19:56:19 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/swift/changelog/2025-08-08.mdx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fern/products/sdks/overview/swift/changelog/2025-08-08.mdx diff --git a/fern/products/sdks/overview/swift/changelog/2025-08-08.mdx b/fern/products/sdks/overview/swift/changelog/2025-08-08.mdx new file mode 100644 index 000000000..43daa8c7b --- /dev/null +++ b/fern/products/sdks/overview/swift/changelog/2025-08-08.mdx @@ -0,0 +1,7 @@ +## 0.1.0 +**`(feat):`** Implements support for header, bearer and basic authentication schemes in the Swift SDK. + + +**`(fix):`** The root client initializer is now generated based on the auth schemes defined in the API, replacing the previous static signature. + +