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

Commit 0fad9e7

Browse files
authored
Merge pull request #31 from ethereumjs/bugfix-release
[RELEASE] Bugfix release v2.0.1
2 parents f0070b5 + 1eea014 commit 0fad9e7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ 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+
## [2.0.1] - 2017-09-14
10+
- Fixed severe bug adding blocks before blockchain init is complete
11+
912
## [2.0.0] - 2017-01-01
1013
- Split ``db`` into ``blockDB`` and ``detailsDB`` (breaking)
1114

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-blockchain",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A module to store and interact with blocks",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)