diff --git a/CHANGES.txt b/CHANGES.txt index b6952027..892a6b9d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +1.2.0 (January 19, 2022) + - Added support to SDK clients on browser to optionally bind attributes to the client, keeping these loaded within the SDK along with the user ID, for easier usage when requesting flag. + 1.1.0 (January 11, 2022) - Added support for the SDK to run in "consumer" and "partial consumer" modes, with a pluggable implementation of it's internal storage, enabling customers to implement this caching with any storage technology of choice and connect it to the SDK instance to be used instead of its default in-memory storage. diff --git a/package-lock.json b/package-lock.json index 0b72381e..7be002a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-commons", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dc09153e..9310f51f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@splitsoftware/splitio-commons", - "version": "1.1.0", + "version": "1.2.0", "description": "Split Javascript SDK common components", "main": "cjs/index.js", "module": "esm/index.js",