From 165f51099e64beb20e0514242de0ceb770e56589 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:17:09 -0700 Subject: [PATCH] Update CHANGELOG.md --- crates/bws/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crates/bws/CHANGELOG.md b/crates/bws/CHANGELOG.md index 148bc54dd..a7d96efb3 100644 --- a/crates/bws/CHANGELOG.md +++ b/crates/bws/CHANGELOG.md @@ -12,6 +12,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - 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