From e493ff4a0b457fb14aec87772eb60daf1cea174c Mon Sep 17 00:00:00 2001 From: kafkas <36949216+kafkas@users.noreply.github.com> Date: Wed, 8 Oct 2025 02:21:57 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/swift/changelog/2025-10-04.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fern/products/sdks/overview/swift/changelog/2025-10-04.mdx b/fern/products/sdks/overview/swift/changelog/2025-10-04.mdx index 6f941a2c3..a9785db6f 100644 --- a/fern/products/sdks/overview/swift/changelog/2025-10-04.mdx +++ b/fern/products/sdks/overview/swift/changelog/2025-10-04.mdx @@ -1,3 +1,7 @@ +## 0.18.0 +**`(feat):`** Swift SDKs now include automatically generated wire tests via the `enableWireTests` option (defaults to true). + + ## 0.17.5 **`(fix):`** Fixed a bug where some discriminated union variants were missing the container declaration statement in their `encode(to:)` method body. @@ -7,6 +11,6 @@ ## 0.17.3 -**`(fix):`** Reduced subclient class initializer access level to internal. +**`(fix):`** Reduced subclient class initializer access level to `internal`.