diff --git a/fern/products/cli-api-reference/cli-changelog/2025-09-03.mdx b/fern/products/cli-api-reference/cli-changelog/2025-09-03.mdx index 6ada821f1..947b4949a 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-09-03.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-09-03.mdx @@ -5,7 +5,7 @@ **`(feat):`** Auto generate examples for HTTP endpoint error responses. ## 0.69.2 -**`(fix):`** Add custom license name extraction for Java SDK generation. The CLI now reads the first line +**`(fix):`** Add custom license name extraction for Java SDK generation. The CLI now reads the first line from custom LICENSE files and passes it to generators via the _fernLicenseName field in customConfig. diff --git a/fern/products/cli-api-reference/cli-changelog/2025-09-04.mdx b/fern/products/cli-api-reference/cli-changelog/2025-09-04.mdx index b218a4356..917a95fa7 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-09-04.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-09-04.mdx @@ -1,3 +1,8 @@ +## 0.70.4 +**`(fix):`** Add names to octet-stream requests and ensure they are named differently +than json requests on the same endpoint. + + ## 0.70.3 **`(fix):`** Add wrapper to avoid inline object type naming conflicts. Specifically, we had this issue with nullable object types.