From e2df025b2c036b7bcc09d7534cf5c7b882de06cf Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Tue, 5 Nov 2019 17:23:39 +0100 Subject: [PATCH] Bumped version to v1.4.0, added CHANGELOG entry --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b16b58..7072747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,29 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (modification: no type change headlines) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.4.0] - 2019-11-05 + +First release with full `Istanbul` support regarding parameter introductions/updates +and HF block numbers set for supported chains. + +Relevant PRs: + +- Added `Istanbul` block numbers for `mainnet`, `goerli` and `rinkeby`, + PR [#68](https://github.com/ethereumjs/ethereumjs-common/pull/68) +- Added `Petersburg` and `Constantinople` fork blocks to `rinkeby`, + PR [#71](https://github.com/ethereumjs/ethereumjs-common/pull/71) +- Added `EIP-2200` (rebalance net-metered SSTORE gas costs) parameters for `Istanbul`, + PR [#65](https://github.com/ethereumjs/ethereumjs-common/pull/65) + +Other noteworthy changes: + +- Adding forks (including `Istanbul`) for `kovan`, + PR [#70](https://github.com/ethereumjs/ethereumjs-common/pull/70) +- Fixed `kovan` genesis state, + PR [#66](https://github.com/ethereumjs/ethereumjs-common/pull/66) + +[1.4.0]: https://github.com/ethereumjs/ethereumjs-common/compare/v1.3.2...v1.4.0 + ## [1.3.2] - 2019-09-04 **Istanbul** Updates: diff --git a/package.json b/package.json index 3fc0f32..d279300 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereumjs-common", - "version": "1.3.2", + "version": "1.4.0", "description": "Resources common to all Ethereum implementations", "main": "./dist/index.js", "types": "./dist/index.d.ts",