Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 029fec0

Browse files
authored
Merge pull request #23 from ethereumjs/new-release-v041
New release v0.4.1
2 parents 6829484 + c00b5e3 commit 029fec0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.4.1] - 2018-08-13
10+
- 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)
11+
- Updated ``Ropsten`` bootstrap nodes, PR [#20](https://github.com/ethereumjs/ethereumjs-common/pull/20)
12+
13+
[0.4.1]: https://github.com/ethereumjs/ethereumjs-common/compare/v0.4.0...v0.4.1
14+
915
## [0.4.0] - 2018-06-20
1016
- Remove leftover ...Gas postfix for some gas prices (e.g. ``ecAddGas`` -> ``ecAdd``) to
1117
be consistent with overall gas price naming

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-common",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Resources common to all Ethereum implementations",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)