From 29eb79cfeff9d9af926d42c993a34eacba502a69 Mon Sep 17 00:00:00 2001 From: Trae Yelovich Date: Tue, 26 Sep 2023 11:55:19 -0400 Subject: [PATCH] chore: Update CLI and Secrets SDK changelogs Signed-off-by: Trae Yelovich --- packages/cli/CHANGELOG.md | 2 +- packages/secrets/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 718e9fa635..775ce1c001 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to the Zowe CLI package will be documented in this file. ## Recent Changes -- BugFix: Bump Secrets SDK to `7.18.6` to use `core-foundation-rs` instead of the now-archived `security-framework` crate. +- BugFix: Bump Secrets SDK to `7.18.6` to use `core-foundation-rs` instead of the now-archived `security-framework` crate, and to include the edge-case bug fix for Linux. ## `7.18.5` diff --git a/packages/secrets/CHANGELOG.md b/packages/secrets/CHANGELOG.md index 873592ff3c..054df8cec3 100644 --- a/packages/secrets/CHANGELOG.md +++ b/packages/secrets/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to the Zowe Secrets SDK package will be documented in this f ## `7.18.6` - BugFix: Use `core-foundation-rs` instead of `security-framework` for macOS logic, as `security-framework` is now archived. [#1802](https://github.com/zowe/zowe-cli/issues/1802) +- BugFix: Resolve bug where `findCredentials` scenarios with one match causes a segmentation fault on Linux. ## `7.18.5`