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.