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

Commit

Permalink
Merge pull request #31 from ethereumjs/bugfix-release
Browse files Browse the repository at this point in the history
[RELEASE] Bugfix release v2.0.1
  • Loading branch information
jwasinger committed Sep 14, 2017
2 parents f0070b5 + 1eea014 commit 0fad9e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ 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).


## [2.0.1] - 2017-09-14
- Fixed severe bug adding blocks before blockchain init is complete

## [2.0.0] - 2017-01-01
- Split ``db`` into ``blockDB`` and ``detailsDB`` (breaking)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereumjs-blockchain",
"version": "2.0.0",
"version": "2.0.1",
"description": "A module to store and interact with blocks",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0fad9e7

Please sign in to comment.