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
12 changes: 10 additions & 2 deletions crates/bws/CHANGELOG.md
Expand Up @@ -7,10 +7,18 @@ 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)
- `bws` mac signing support: (#535)
tangowithfoxtrot marked this conversation as resolved.
Show resolved Hide resolved
- The output option added back in the help menu: (#477)
tangowithfoxtrot marked this conversation as resolved.
Show resolved Hide resolved
- We now use rustls on non-wasm platforms: (#374)
tangowithfoxtrot marked this conversation as resolved.
Show resolved Hide resolved

### Changed

- Switched TLS backend to `rusttls`, removing the dependency on `OpenSSL`. (#374)
tangowithfoxtrot marked this conversation as resolved.
Show resolved Hide resolved
- MSRV for `bws` was updated to `1.71.0`: (#589)
tangowithfoxtrot marked this conversation as resolved.
Show resolved Hide resolved

## [0.4.0] - 2023-12-21

Expand Down