From e0d11d1134d671817ec3f57d305a139d1c38c0d6 Mon Sep 17 00:00:00 2001 From: tstanmay13 <29681256+tstanmay13@users.noreply.github.com> Date: Thu, 25 Sep 2025 21:28:52 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/java/changelog/2025-09-25.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fern/products/sdks/overview/java/changelog/2025-09-25.mdx b/fern/products/sdks/overview/java/changelog/2025-09-25.mdx index 448915a2d..530c15f8e 100644 --- a/fern/products/sdks/overview/java/changelog/2025-09-25.mdx +++ b/fern/products/sdks/overview/java/changelog/2025-09-25.mdx @@ -1,3 +1,8 @@ +## 3.6.2 +**`(fix):`** Fixed SDK variable setters incorrectly referencing non-existent `clientOptionsBuilder`. +Variables now store in instance fields and apply via `setVariables()` method. + + ## 3.6.1 **`(fix):`** Fixed wire tests failing with `InvalidDefinitionException` for `Optional` serialization by using the configured `ObjectMappers.JSON_MAPPER` instead of plain `ObjectMapper`.