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 fb0623a6c..9084b6ec1 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,11 @@ +## 0.100.1 +**`(fix):`** Fix OpenAPI auth scheme hard-coded names. + + +## 0.100.0 +**`(feat):`** Add support for explicit default tab variants in tabbed navigation. You can now specify which tab variant should be the default using the `default: true` property instead of relying on the first tab being default. + + ## 0.99.4 **`(feat):`** Adds support for availability defined in API reference sections and packages. diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-30.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-30.mdx deleted file mode 100644 index 5176ad305..000000000 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-30.mdx +++ /dev/null @@ -1,4 +0,0 @@ -## 0.100.0 -**`(feat):`** Add support for explicit default tab variants in tabbed navigation. You can now specify which tab variant should be the default using the `default: true` property instead of relying on the first tab being default. - -