diff --git a/CHANGELOG.md b/CHANGELOG.md index 554b8c982..f1f447429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## OpenEthereum v3.2.3 + +* Hotfix for berlin consensus error. + ## OpenEthereum v3.2.1 Hot fix issue, related to initial sync: diff --git a/Cargo.lock b/Cargo.lock index 89f67a062..2b4ace059 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3188,7 +3188,7 @@ dependencies = [ [[package]] name = "parity-version" -version = "3.2.1" +version = "3.2.3" dependencies = [ "parity-bytes", "rlp 0.3.0", diff --git a/crates/util/version/Cargo.toml b/crates/util/version/Cargo.toml index 61c4cbaf4..5a31368bc 100644 --- a/crates/util/version/Cargo.toml +++ b/crates/util/version/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "parity-version" # NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION) -version = "3.2.1" +version = "3.2.3" authors = ["Parity Technologies "] build = "build.rs"