diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-25.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-25.mdx new file mode 100644 index 000000000..908f73224 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-25.mdx @@ -0,0 +1,7 @@ +## 0.95.2 +**`(fix):`** Improve authentication error message when running `fern generate --docs` without a token. The error now explicitly instructs users to run `fern login` or set the FERN_TOKEN environment variable. + + +**`(fix):`** Add validation for empty FERN_TOKEN environment variable to ensure empty strings are treated the same as missing tokens. + +