From 2afdebc36c085d0f204313df84cdf6f866d82312 Mon Sep 17 00:00:00 2001 From: Amber Torrise <112635587+ATorrise@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:47:25 -0500 Subject: [PATCH] not sure how changelog deletions were made Signed-off-by: Amber Torrise <112635587+ATorrise@users.noreply.github.com> --- packages/cli/CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 9eb19f2839..5c52fac038 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -75,7 +75,22 @@ LTS Breaking: Removed the following previously deprecated items: [#1981](https:/ ## `8.0.0-next.202311132045` - Major: First major version bump for V3 + +## `7.23.3` + +- BugFix: Fixed race condition in `config convert-profiles` command that may fail to delete secure values for old profiles + +## `7.23.2` + +- BugFix: Resolved technical currency by updating `socks` transitive dependency + +## `7.23.1` + +- Enhancement: Adding `--binary` and `--encoding` options to `zosfiles edit` to zowe V2 + +## `7.23.0` +- BugFix: Update zos-files copy dsclp system tests to include large mock files. ## `7.22.0` - Enhancement: Hid the progress bar if `CI` environment variable is set, or if `FORCE_COLOR` environment variable is set to `0`. [#1845](https://github.com/zowe/zowe-cli/issues/1845)