From dc0923b3a9adcc8d84d3dc7b1c1827046f9c36ae Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Wed, 18 Dec 2019 15:17:38 -0600 Subject: [PATCH] docs: add CHANGELOG.md entry for v4.2.0 into master The release of v4.2.0 was done from the `4.2.x` branch, so it's necessary to add it manually. --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 389ccc855..6b786dae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +# [4.2.0](https://github.com/embark-framework/embark/compare/v4.1.1...v4.2.0) (2019-12-18) + + +### Build System + +* **deps:** bump web3[-*] from 1.2.1 to 1.2.4 ([e7ed552](https://github.com/embark-framework/embark/commit/e7ed552)) + + +### BREAKING CHANGES + +* **deps:** bump embark's minimum supported version of geth from +`>=1.8.14` to `>=1.9.0` and its minimum supported version of parity from +`>=2.0.0` to `>=2.2.1`. This is necessary since web3 1.2.4 makes use of the +`eth_chainId` RPC method (EIP 695) and those client versions are the earliest +ones to implement it. + + + + + # [5.0.0-alpha.7](https://github.com/embark-framework/embark/compare/v5.0.0-alpha.6...v5.0.0-alpha.7) (2019-12-18)