diff --git a/fern/products/cli-api-reference/cli-changelog/2025-11-26.mdx b/fern/products/cli-api-reference/cli-changelog/2025-11-26.mdx index debb4e845..e2d5734b9 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-11-26.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-11-26.mdx @@ -1,3 +1,7 @@ +## 2.11.0 +**`(feat):`** When converting OpenAPI to Fern Definition, if all endpoints in a service have `auth: true`, set the `auth: true` at the service level, and remove it from individual endpoints. + + ## 2.9.0 **`(fix):`** When importing OpenAPI specs, endpoints now properly inherit authentication requirements defined at the global level.