From 69f2e55933be068746082c148ba03e5e9912f7cb Mon Sep 17 00:00:00 2001 From: Colton Hurst Date: Wed, 9 Oct 2024 12:08:14 -0400 Subject: [PATCH] Update the changelogs for the 1.0 releases --- crates/bitwarden/CHANGELOG.md | 2 ++ crates/bws/CHANGELOG.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/crates/bitwarden/CHANGELOG.md b/crates/bitwarden/CHANGELOG.md index 5d3eefa95..f43c14ff3 100644 --- a/crates/bitwarden/CHANGELOG.md +++ b/crates/bitwarden/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.0.0] - 2024-09-26 + ### Added - Support for secrets sync (#678) diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index 2690c14f2..8ba742c40 100644 --- a/crates/bws/CHANGELOG.md +++ b/crates/bws/CHANGELOG.md @@ -7,13 +7,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.0.0] - 2024-09-26 + ### Added - The ability to edit unassigned secrets with direct permissions. (#906) +- Add a way to opt out of state by default with the new state_opt_out key (#930) ### Changed - Updated MSRV `1.75.0` (#980) +- Use state files by default (#930) ### Removed