From a072ea076b10c179b41faa504475d333e7b7d036 Mon Sep 17 00:00:00 2001 From: JP Richardson Date: Tue, 6 Feb 2018 14:55:10 -0600 Subject: [PATCH] 0.8.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2c4e76..8a143cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.8.0 / 2018-02-06 +------------------ +- add `sign()` and `verify()` +- upgrade to `safe-buffer` + 0.7.1 / 2016-05-26 ------------------ - fix bug when `privateKey` is `null`, `privateExtendedKey` should not throw, and return `null` [#7][#7] diff --git a/package.json b/package.json index 6787452..3dd3bde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hdkey", - "version": "0.7.1", + "version": "0.8.0", "description": "Bitcoin BIP32 hierarchical deterministic keys", "main": "lib/hdkey.js", "repository": {