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

Commit b96f8e8

Browse files
committed
Bumped version to v2.0.0, added CHANGELOG entry
1 parent efe5bf2 commit b96f8e8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.2.0] - 2018-05-14
10+
- New optional initialization parameter ``allowedHardforks``, this allows for cleaner client
11+
library implementations by preventing undefined behaviour, PR [#10](https://github.com/ethereumjs/ethereumjs-common/pull/10)
12+
- Added ``activeHardfork()`` function to get latest active HF for chain or block, PR [#11](https://github.com/ethereumjs/ethereumjs-common/pull/11)
13+
14+
[0.2.0]: https://github.com/ethereumjs/ethereumjs-common/compare/v0.1.1...v0.2.0
15+
916
## [0.1.1] - 2018-05-09
1017
- Remove dynamic require to prevent browserify issue, PR [#8](https://github.com/ethereumjs/ethereumjs-common/pull/8)
1118

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.1.1",
3+
"version": "0.2.0",
44
"description": "Resources common to all Ethereum implementations",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)