diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index dc66029..f4f44fc 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,16 @@ +## [3.0.0](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v2.2.0...v3.0.0) (2023-10-02) + + +### ⚠ BREAKING CHANGES + +* The initialization of the context store is not backward compatible since +the AWS V3 client is initialized differently than the V2 client. Otherwise, the operation of +the context store is backward compatible with the 2.X version + +### Features + +* change to AWS SDK V3 and release ([#65](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/issues/65)) ([53f3959](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/commit/53f3959070b6fd77cf0170d8e7c69b4e0235c47b)) + ## [2.2.0](https://github.com/SmartThingsCommunity/dynamodb-context-store-nodejs/compare/v2.1.2...v2.2.0) (2023-10-02) diff --git a/package.json b/package.json index 26af9e1..b7b87ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smartthings/dynamodb-context-store", - "version": "2.2.0", + "version": "3.0.0", "description": "Stores SmartApp configuration and auth tokens for use in app-initiated calls", "displayName": "SmartThings SmartApp DynamoDB Context Store", "main": "index.js",