diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 213055c4..a3e95f04 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,10 @@ # Release Notes +## v1.8.0 - 2019-05-09 +* Feature: Add `setMultiple` method, enables multiple fields to be set at once. + +Special thanks to @Schwartz10 for contributing this feature! + ## v1.7.2 - 2019-04-30 * Fix: Don't allow setting values wihtout a 'key' * Fix: Ensure that linkProfile only happens once diff --git a/package.json b/package.json index 8341b22f..7e4b3e74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3box", - "version": "1.7.2", + "version": "1.8.0", "description": "Interact with user data", "main": "lib/3box.js", "directories": {