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

Commit 8ca8089

Browse files
committed
v3.0.1
1 parent c4892ce commit 8ca8089

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## OpenEthereum [v3.0.1](https://github.com/openethereum/openethereum/releases/tag/v3.0.1)
2+
3+
- Add missing forks to fork ID (#11747)
4+
15
## OpenEthereum [v3.0.0](https://github.com/openethereum/openethereum/releases/tag/v3.0.0)
26

37
OpenEthereum v3.0.0 is the first release of OpenEthereum client as part of OpenEthereum project, divested from Parity Technologies.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "OpenEthereum"
33
name = "openethereum"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "3.0.0"
5+
version = "3.0.1"
66
license = "GPL-3.0"
77
authors = [
88
"OpenEthereum developers",

util/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
name = "parity-version"
55
# NOTE: this value is used for the OpenEthereum version string (via env CARGO_PKG_VERSION)
6-
version = "3.0.0"
6+
version = "3.0.1"
77
authors = ["Parity Technologies <[email protected]>"]
88
build = "build.rs"
99

0 commit comments

Comments
 (0)