From 96cc399df0a9a8587c1bc421f39ddd5a24eb00ec Mon Sep 17 00:00:00 2001 From: kennyderek <23439060+kennyderek@users.noreply.github.com> Date: Tue, 14 Oct 2025 20:31:37 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-10-14.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-14.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-14.mdx index a00876dbb..455fe785a 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-14.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-14.mdx @@ -1,3 +1,8 @@ +## 0.90.1 +**`(feat):`** Prevent accidental changes to doc sites by adding a confirmation prompt when generating docs for a production instance outside of common CI/CDs. +Bypass this prompt by adding a `--no-prompt` flag to the `fern generate` command. + + ## 0.90.0 **`(feat):`** Add Rust crates.io publishing support. Rust SDK now uses --version flag for Cargo.toml version.