From d0e8367367f0f005c7bf8edb18343aee5afc5616 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:22:38 +0000 Subject: [PATCH] update changelogs --- .../products/cli-api-reference/cli-changelog/2026-04-23.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-04-23.mdx b/fern/products/cli-api-reference/cli-changelog/2026-04-23.mdx index b525a9519..e957b02e2 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-04-23.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-04-23.mdx @@ -1,3 +1,9 @@ +## 4.91.1 +**`(fix):`** Update CLI v2 authentication error messages to reference `fern auth login` instead of `fern login`. +This covers SDK generation permission errors, docs publish auth failures, and missing-token hints +produced by CLI v2 code paths. The legacy `fern login` wording is preserved for the v1 CLI. + + ## 4.91.0 **`(internal):`** Remove the abandoned `@fern-api/docs-parsers` dependency from `@fern-api/docs-resolver` and drop the hidden `fern fdr --v2` code path that was the only remaining consumer. The upstream