From f603cc2b14daa0e98457bf74d99d5f4dc5cbd418 Mon Sep 17 00:00:00 2001 From: fern-support <126544928+fern-support@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:46:27 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/java/changelog/2025-09-15.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/sdks/overview/java/changelog/2025-09-15.mdx b/fern/products/sdks/overview/java/changelog/2025-09-15.mdx index 9ba7cd2a0..5767fe985 100644 --- a/fern/products/sdks/overview/java/changelog/2025-09-15.mdx +++ b/fern/products/sdks/overview/java/changelog/2025-09-15.mdx @@ -1,3 +1,7 @@ +## 3.4.0 +**`(feat):`** Add support for custom sections in the README.md via `customSections` config option. + + ## 3.3.0 **`(feat):`** Wire tests now automatically configure authentication based on the API's auth scheme (Bearer, Basic, Header/Custom, OAuth, or Inferred) instead of using hardcoded tokens. Real authentication values are extracted from IR examples