diff --git a/CHANGELOG.md b/CHANGELOG.md index 39e90632e..7eeaf1b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the Imperative package will be documented in this file. -## Recent Changes +## `5.17.0` - Enhancement: Added `inSchema` property for ProfileInfo to indicate if argument is a known schema argument [#899](https://github.com/zowe/imperative/issues/899) diff --git a/package-lock.json b/package-lock.json index dda8b2307..ed5420ea3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@zowe/imperative", - "version": "5.16.0", + "version": "5.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@zowe/imperative", - "version": "5.16.0", + "version": "5.17.0", "license": "EPL-2.0", "dependencies": { "@types/yargs": "13.0.4", diff --git a/package.json b/package.json index 55201013f..2d1d6b436 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/imperative", - "version": "5.16.0", + "version": "5.17.0", "description": "framework for building configurable CLIs", "author": "Zowe", "license": "EPL-2.0",