Skip to content

Commit a032535

Browse files
authored
Merge branch 'main' into km/pm-12400/private-key-regen
2 parents e9d4fc2 + 8aea2e9 commit a032535

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

crates/bitwarden/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2024-09-26
11+
1012
### Added
1113

1214
- Support for secrets sync (#678)

crates/bws/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2024-09-26
11+
1012
### Added
1113

1214
- The ability to edit unassigned secrets with direct permissions. (#906)
15+
- The `run` command, to run commands with secrets (#621)
1316

1417
### Changed
1518

1619
- Updated MSRV `1.75.0` (#980)
20+
- Use state files by default. You can opt out of this behavior with the new `state_opt_out` key.
21+
(#930)
1722

1823
### Removed
1924

0 commit comments

Comments
 (0)