diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f2a5a..48d8e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Sequence Node SDK changelog -## 2.2.0 (????????) +## 2.2.0 (20180808) -* Added preliminary support for dynamically addressing - different API hosts when needed. +* Added `updateTags` to `Action`. +* Added support for dynamically addressing different API hosts for + individual ledgers. Internal APIs only, works automatically. ## 2.1.0 (20180516) diff --git a/README.md b/README.md index 31514c4..870e380 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To install, add the `sequence-sdk` NPM module to your `package.json`: ```json { "dependencies": { - "sequence-sdk": "~2.1.0" + "sequence-sdk": "~2.2.0" } } ``` diff --git a/package-lock.json b/package-lock.json index b3acbdb..0884ac9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "sequence-sdk", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8e039c5..85282c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sequence-sdk", - "version": "2.1.0", + "version": "2.2.0", "description": "SDK for Sequence", "homepage": "https://github.com/sequence/sequence-sdk-node", "main": "dist/index.js",