From 6b491dd19440505a443c0303a70e0db04b715e26 Mon Sep 17 00:00:00 2001 From: Trae Yelovich Date: Fri, 1 Sep 2023 09:43:55 -0400 Subject: [PATCH] chore: Update changelog issue #s Signed-off-by: Trae Yelovich --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9dc70ec3..05ffb5f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,11 @@ All notable changes to the Imperative package will be documented in this file. ## `5.16.0` -- Enhancement: Handled unique cookie identifier in the form of dynamic token types. [#966](https://github.com/zowe/imperative/pull/996) -- Enhancement: Added a new utility method to `ImperativeExpect` to match regular expressions. [#966](https://github.com/zowe/imperative/pull/996) -- Enhancement: Added support for multiple login operations in a single `config secure` command execution. [#966](https://github.com/zowe/imperative/pull/996) -- BugFix: Allowed for multiple `auth logout` operations. [#966](https://github.com/zowe/imperative/pull/996) -- BugFix: Prevented `auto-init` from sending two `login` requests to the server. [#966](https://github.com/zowe/imperative/pull/996) +- Enhancement: Handled unique cookie identifier in the form of dynamic token types. [#996](https://github.com/zowe/imperative/pull/996) +- Enhancement: Added a new utility method to `ImperativeExpect` to match regular expressions. [#996](https://github.com/zowe/imperative/pull/996) +- Enhancement: Added support for multiple login operations in a single `config secure` command execution. [#996](https://github.com/zowe/imperative/pull/996) +- BugFix: Allowed for multiple `auth logout` operations. [#996](https://github.com/zowe/imperative/pull/996) +- BugFix: Prevented `auto-init` from sending two `login` requests to the server. [#996](https://github.com/zowe/imperative/pull/996) ## `5.15.1`