From 5f8bf0c430b3047df49c2fcfabcac4f3d18407ae Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:13:24 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-11-06.mdx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2025-11-06.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2025-11-06.mdx b/fern/products/cli-api-reference/cli-changelog/2025-11-06.mdx new file mode 100644 index 00000000..678643eb --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2025-11-06.mdx @@ -0,0 +1,4 @@ +## 0.109.0 +**`(feat):`** Add support for binary primitive type in Conjure parser. Binary types are now converted to string with format: binary in Fern definitions, resolving "Cannot find declaration of type: binary" errors when importing Conjure files. + +