diff --git a/crates/bitwarden/CHANGELOG.md b/crates/bitwarden/CHANGELOG.md index d61af5206..5569ebd7b 100644 --- a/crates/bitwarden/CHANGELOG.md +++ b/crates/bitwarden/CHANGELOG.md @@ -7,10 +7,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.3.1] - 2023-10-13 + ### Changed - `auth::request::AccessTokenLoginRequest` moved to `auth::login::AccessTokenLoginRequest` (#178) - - Support for fetching multiple secrets by ids (#150) ## [0.3.0] - 2023-07-26 diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index 15fcfdf3b..2dc71f152 100644 --- a/crates/bws/CHANGELOG.md +++ b/crates/bws/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.3.1] - 2023-10-13 + ### Added - Support for shell autocompletion with the `bws completions` command (#103)