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

Commit ad41c75

Browse files
committed
Bumped version to v3.1.0, added CHANGELOG entry
1 parent 178acbd commit ad41c75

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ 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+
## [3.1.0] - 2018-05-24
10+
- New ``getLatestHeader()`` and ``getLatestBlock()`` methods for retrieving the latest header
11+
respectively full block in the canonical chain, PR [#52](https://github.com/ethereumjs/ethereumjs-blockchain/pull/52)
12+
- Fixed ``saveHeads()`` bug not storing the internal ``headHeader``/``headBlock`` header cursors
13+
to the DB, PR [#52](https://github.com/ethereumjs/ethereumjs-blockchain/pull/52)
14+
- Updated API docs
15+
16+
[3.1.0]: https://github.com/ethereumjs/ethereumjs-blockchain/compare/v3.0.0...v3.1.0
17+
918
## [3.0.0] - 2018-05-18
1019
This release comes with heavy internal changes bringing Geth DB compatibility to the
1120
``ethereumjs-blockchain`` library. For a full list of changes and associated discussion

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": "3.0.0",
3+
"version": "3.1.0",
44
"description": "A module to store and interact with blocks",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)