From 8dded2dce411627bf24f6d57979efdae340f4c2a Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Thu, 30 Oct 2025 04:11:18 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx index 9084b6ec1..7052c176c 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx @@ -1,3 +1,7 @@ +## 0.100.2 +**`(fix):`** Generate synthetic operationIds for OpenAPI callbacks that don't have an explicit operationId. This ensures callbacks are properly rendered in documentation even when the OpenAPI spec doesn't include an operationId for the callback operation. + + ## 0.100.1 **`(fix):`** Fix OpenAPI auth scheme hard-coded names.