diff --git a/crates/bitwarden/CHANGELOG.md b/crates/bitwarden/CHANGELOG.md index 344bdd6ce..9496fac8e 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] +## [0.5.0] - 2024-04-26 + ### Changed - Switched TLS backend to `rustls`, removing the dependency on `OpenSSL`. (#374) diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index 642266c70..25cec1164 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.5.0] - 2024-04-26 + ### Added - Add a `BWS_CONFIG_FILE` environment variable to specify the location of the config file (#571)