Bump to v3.2.3

This commit is contained in:
rakita 2021-04-15 16:59:34 +02:00
parent 4bffab6715
commit aa41520dd1
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## OpenEthereum v3.2.3
* Hotfix for berlin consensus error.
## OpenEthereum v3.2.1
Hot fix issue, related to initial sync:

2
Cargo.lock generated
View File

@ -3188,7 +3188,7 @@ dependencies = [
[[package]]
name = "parity-version"
version = "3.2.1"
version = "3.2.3"
dependencies = [
"parity-bytes",
"rlp 0.3.0",

View File

@ -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 <admin@parity.io>"]
build = "build.rs"