Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #658

Merged
merged 10 commits into from Mar 18, 2024
14 changes: 12 additions & 2 deletions crates/bws/CHANGELOG.md
Expand Up @@ -7,10 +7,20 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed
### Added

- Switched TLS backend to `rustls`, removing the dependency on `OpenSSL`.
- Add a `BWS_CONFIG_FILE` environment variable to specify the location of the config file (#571)
- The `bws` CLI is now available as a Docker image (`docker run -it bitwarden/bws --help`) (#305)
- The `bws` CLI releases are now code signed on Windows and Mac (#534, #535)

### Fixed

- Re-add output options to the help menu after they were accidentally removed (#477)

### Changed

- Switched TLS backend to `rusttls`, removing the dependency on `OpenSSL` (#374)
- Updated MSRV for `bws` to `1.71.0` (#589)

## [0.4.0] - 2023-12-21

Expand Down