Skip to content

Commit

Permalink
chore: Update CLI and Secrets SDK changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <[email protected]>
  • Loading branch information
traeok committed Sep 26, 2023
1 parent 182cf46 commit 29eb79c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
1 change: 1 addition & 0 deletions packages/secrets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 29eb79c

Please sign in to comment.