From 97b382adb0b50c280bb6e9a3dcb05ceeb065cc6c Mon Sep 17 00:00:00 2001 From: Joel Torstensson Date: Fri, 12 Apr 2019 19:41:43 +0200 Subject: [PATCH] Release v1.7.0 --- RELEASE-NOTES.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0f5b83e1..7362005f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,5 +1,10 @@ # Release Notes +## v1.7.0 - 2019-04-12 +* Feature: Add ability to get metadata for entries +* Feature: Add idUtils helper functions +* Feature: Send along DID when opening db with pinning node + ## v1.6.2 - 2019-04-09 * Fix: Use correct key when subscribing to thread in a space. diff --git a/package.json b/package.json index afd64fab..83546b1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "3box", - "version": "1.7.0-beta.2", + "version": "1.7.0", "description": "Interact with user data", "main": "lib/3box.js", "directories": {