From 51f3da6e561dd57c1d4c6c8d4260105e08053198 Mon Sep 17 00:00:00 2001 From: jsklan <100491078+jsklan@users.noreply.github.com> Date: Fri, 19 Sep 2025 01:15:30 +0000 Subject: [PATCH] update changelogs --- fern/products/sdks/overview/go/changelog/2025-09-18.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/sdks/overview/go/changelog/2025-09-18.mdx b/fern/products/sdks/overview/go/changelog/2025-09-18.mdx index fcb263e40..ee78005fd 100644 --- a/fern/products/sdks/overview/go/changelog/2025-09-18.mdx +++ b/fern/products/sdks/overview/go/changelog/2025-09-18.mdx @@ -1,3 +1,7 @@ +## 1.12.0 +**`(feat):`** Add support for custom sections in the README.md via `customSections` config option. + + ## 1.11.3 **`(chore):`** Update retrier to match strategy with TS SDKs exactly; in particular, don't use jitter on `retry-after` and instead respect it exactly.