From c00b5e36420e1b8d9731af526d1ac6afbf0684f6 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Mon, 13 Aug 2018 12:31:47 +0200 Subject: [PATCH] Bumped version to v0.4.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 0f00a55..29b9494 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.4.1] - 2018-08-13 +- Added ``timestamp`` field to genesis definitions in chain files, set for ``Rinkeby`` and ``null`` for other chains, PR [#21](https://github.com/ethereumjs/ethereumjs-common/pull/21) +- Updated ``Ropsten`` bootstrap nodes, PR [#20](https://github.com/ethereumjs/ethereumjs-common/pull/20) + +[0.4.1]: https://github.com/ethereumjs/ethereumjs-common/compare/v0.4.0...v0.4.1 + ## [0.4.0] - 2018-06-20 - Remove leftover ...Gas postfix for some gas prices (e.g. ``ecAddGas`` -> ``ecAdd``) to be consistent with overall gas price naming diff --git a/package.json b/package.json index bf19444..b6820b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereumjs-common", - "version": "0.4.0", + "version": "0.4.1", "description": "Resources common to all Ethereum implementations", "main": "index.js", "scripts": {