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 new file mode 100644 index 000000000..5e5474770 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-21.mdx @@ -0,0 +1,6 @@ +## 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 +containing named examples (with query, variables, and response) for each operation. + +