diff --git a/CHANGELOG.md b/CHANGELOG.md index 9354561..b1caaee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the IBM® Db2® Plug-in for Zowe CLI will be documented in this file. -## Recent Changes +## `5.0.9` - BugFix: Updated axios transitive dependency to resolve technical debt. [#154](https://github.com/zowe/zowe-cli-db2-plugin/pull/154) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 14d4f66..b3eb90d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@zowe/db2-for-zowe-cli", - "version": "5.0.8", + "version": "5.0.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@zowe/db2-for-zowe-cli", - "version": "5.0.8", + "version": "5.0.9", "license": "EPL-2.0", "dependencies": { "ibm_db": "3.2.2" diff --git a/package.json b/package.json index db3dce9..38915b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@zowe/db2-for-zowe-cli", - "version": "5.0.8", + "version": "5.0.9", "description": "IBM® Db2® Plug-in for Zowe CLI", "author": "Zowe", "license": "EPL-2.0",