From fa1eb65106c0aaa5bea553302dc7310f73c7ec68 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Wed, 15 Jul 2020 10:09:40 +0200 Subject: [PATCH] Bumped version to v0.6.5, added CHANGELOG entry --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 876f187..8256b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.6.5] - 2020-07-17 +- Replaced native `hdkey` dependency with + [ethereum-cryptography](https://github.com/ethereum/js-ethereum-cryptography) that doesn't require + native dependency compiling, + PR [#130](https://github.com/ethereumjs/ethereumjs-wallet/pull/130) + +[0.6.5]: https://github.com/ethereumjs/ethereumjs-wallet/compare/v0.6.4...v0.6.5 + ## [0.6.4] - 2020-05-01 This is the last release from the `v0.6.x` release series. It adds Node 12 compatibility while maintaining compatibility diff --git a/package.json b/package.json index 9328cb0..f9e8f9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereumjs-wallet", - "version": "0.6.4", + "version": "0.6.5", "description": "Utilities for handling Ethereum keys", "main": "index.js", "files": [