From 03d3a8be5188b599f391fcca9846e9e20c62d8cd Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Fri, 22 Aug 2025 00:44:55 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-08-18.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-08-18.mdx b/fern/products/cli-api-reference/cli-changelog/2025-08-18.mdx index 05a30a0ad..097364e6e 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-08-18.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-08-18.mdx @@ -1,3 +1,6 @@ +## 0.66.20 +**`(fix):`** Add `kwargs` as a reserved word in python so that generated SDKs continue to compile. + ## 0.66.19 **`(chore):`** Handle multipart/mixed content types in endpoint responses.