From bbc85890f24a3be82da8d286a06cd4e0d9fd7d1a Mon Sep 17 00:00:00 2001 From: Amber Torrise <112635587+ATorrise@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:46:06 -0500 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Amber Torrise <112635587+ATorrise@users.noreply.github.com> --- packages/cli/CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 44ffaf30e0..1f80ddad91 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -2,10 +2,11 @@ All notable changes to the Zowe CLI package will be documented in this file. -## `7.18.9` - +## Recent Changes - Breaking: First major version bump for V3 +## `7.18.9` + - Enhancement: Incorporate all source code from the zowe/imperative Github repository into the zowe/zowe-cli repository. This change should have no user impact. - BugFix: Removed out of date `Perf-Timing` performance timing package. - BugFix: Fix behavior where a specified directory was being lowercased on non-PDS datasets when downloading all datasets [#1722](https://github.com/zowe/zowe-cli/issues/1722)