diff --git a/crates/bitwarden/CHANGELOG.md b/crates/bitwarden/CHANGELOG.md index ee4c6033b..344bdd6ce 100644 --- a/crates/bitwarden/CHANGELOG.md +++ b/crates/bitwarden/CHANGELOG.md @@ -12,6 +12,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Switched TLS backend to `rustls`, removing the dependency on `OpenSSL`. (#374) - `client::AccessToken` is now `auth::AccessToken`. (#656) +### Fixed + +- Fix renew for service account access token logins (#702) + ## [0.4.0] - 2023-12-21 ### Added