From 72b343f582c65edf744ddceff727f2fa779d35c0 Mon Sep 17 00:00:00 2001 From: Colton Hurst Date: Wed, 16 Oct 2024 11:07:55 -0400 Subject: [PATCH] Add opt out docs link to the bws changelog --- crates/bws/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index ba7818f90..19b1010f3 100644 --- a/crates/bws/CHANGELOG.md +++ b/crates/bws/CHANGELOG.md @@ -19,6 +19,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Updated MSRV `1.75.0` (#980) - Use state files by default. You can opt out of this behavior with the new `state_opt_out` key. (#930) + - Opt out documentation can be found + [here](https://bitwarden.com/help/secrets-manager-cli/#config-state) ### Removed