diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4e0aec77..ad05be97 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,8 @@ # Release Notes +## v1.5.1 - 2019-03-20 +* Fix for profiles/stores in Trustwallet, now expected stores will be created and loaded + ## v1.5.0 - 2019-03-12 * Add support for getting public space data * Add support for listing spaces of a user diff --git a/package.json b/package.json index 2e468a72..7565c256 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3box", - "version": "1.5.0", + "version": "1.5.1", "description": "Interact with user data", "main": "lib/3box.js", "directories": {