From a293a97466303af9432d958a9b64babdfaafd3bc Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Thu, 14 Apr 2022 16:01:23 -0400 Subject: [PATCH 1/2] Update the changelog Signed-off-by: Andrew W. Harn --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68455d7..bba6830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the IBM® IMS™ Plug-in for Zowe CLI will be documented in this file. +## Recent Changes + +- BugFix: Updated the resource to use `api` instead of `apis`. [#23](https://github.com/zowe/zowe-cli-ims-plugin/issues/23) + ## `3.0.0-next.202204141926` - BugFix: Remove APIML Conn Lookup until the IMS definition for APIML is known. From c84406bf73a23060cadc699ba074eeb67de43dae Mon Sep 17 00:00:00 2001 From: "Andrew W. Harn" Date: Thu, 14 Apr 2022 17:13:42 -0400 Subject: [PATCH 2/2] Update changelog again Signed-off-by: Andrew W. Harn --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bba6830..46a650c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to the IBM® IMS™ Plug-in for Zowe CLI will be documented ## Recent Changes -- BugFix: Updated the resource to use `api` instead of `apis`. [#23](https://github.com/zowe/zowe-cli-ims-plugin/issues/23) +- LTS Breaking: Updated the resource to use `api` instead of `apis`. [#23](https://github.com/zowe/zowe-cli-ims-plugin/issues/23) ## `3.0.0-next.202204141926`