diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ad05be97..fba46d56 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,11 @@ # Release Notes +## v1.6.0 - 2019-03-28 +* Feature: Experimental support for threads +* Feature: Add support for DIDs in getProfile and getSpace +* Fix: Handle errors in getProfile correctly +* Fix: Better logic for linking profile to ethereum address + ## v1.5.1 - 2019-03-20 * Fix for profiles/stores in Trustwallet, now expected stores will be created and loaded diff --git a/package.json b/package.json index 7565c256..daf5fd7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3box", - "version": "1.5.1", + "version": "1.6.0", "description": "Interact with user data", "main": "lib/3box.js", "directories": {