diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx index 5e5474770..df45dcfdf 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx @@ -1,3 +1,9 @@ +## 5.35.1 +**`(fix):`** Fix OpenAPI `respect-readonly-schemas` so that endpoint response types correctly +reference the `Read` variant (e.g. `WebhookRead` instead of `Webhook`) when the +same schema is used in both request and response contexts. + + ## 5.35.0 **`(feat):`** Add support for user-provided examples in GraphQL specs. Users can now specify an `examples` field in their GraphQL spec configuration pointing to a YAML file