diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c809f30..3da49925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.28.0](https://github.com/IBM/platform-services-node-sdk/compare/v0.27.4...v0.28.0) (2022-11-23) + + +### Features + +* **IAM Identity:** adding userExpm list and token lifetime ([#176](https://github.com/IBM/platform-services-node-sdk/issues/176)) ([268ecf7](https://github.com/IBM/platform-services-node-sdk/commit/268ecf78e9383b56c17a9afd462f91113a8a4d6d)) + ## [0.27.4](https://github.com/IBM/platform-services-node-sdk/compare/v0.27.3...v0.27.4) (2022-11-07) diff --git a/package-lock.json b/package-lock.json index 36101f3d..717ed05b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ibm-cloud/platform-services", - "version": "0.27.4", + "version": "0.28.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ibm-cloud/platform-services", - "version": "0.27.4", + "version": "0.28.0", "license": "Apache-2.0", "dependencies": { "@types/node": "^12.0.8", diff --git a/package.json b/package.json index d6fcd22b..71ba6964 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ibm-cloud/platform-services", - "version": "0.27.4", + "version": "0.28.0", "description": "Node.js client library for IBM Cloud Platform Services", "repository": { "type": "git",