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. + +