From 0117d9d69a3b13ff29124b86770282d56c63225a Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Wed, 28 Nov 2018 11:02:38 +0100 Subject: [PATCH] Bumped version to v0.6.1, added CHANGELOG entry --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 999cfe3..798d71f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.6.1] - 2018-11-28 +- Experimental support for the [Goerli](https://github.com/goerli/testnet) cross-client ``PoA`` testnet (``chains/goerli.json``), see PR [#31](https://github.com/ethereumjs/ethereumjs-common/pull/31) +- Unified hex-prefixing (so always prefixing with ``0x``) of account addresses in genesis files (fixes an issue with state root computation on other libraries), see PR [#32](https://github.com/ethereumjs/ethereumjs-common/issues/32) + +[0.6.1]: https://github.com/ethereumjs/ethereumjs-common/compare/v0.6.0...v0.6.1 + ## [0.6.0] - 2018-10-11 Parameter support for the ``Constantinople`` hardfork (see ``hardforks/constantinople.json``): - Added ``SSTORE`` gas/refund prices (``EIP-1283``), PR [#27](https://github.com/ethereumjs/ethereumjs-common/pull/27) diff --git a/package.json b/package.json index 4a755f8..b92dd2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereumjs-common", - "version": "0.6.0", + "version": "0.6.1", "description": "Resources common to all Ethereum implementations", "main": "index.js", "scripts": {