From 2df74c26ddde5edf83a75fa1a0238a25a50e9451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jochen=20M=C3=BCller?= Date: Wed, 28 Apr 2021 14:53:42 +0200 Subject: [PATCH] Bump to v3.2.5-rc.1 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/util/version/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 396c7e950..9a6fdcade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## OpenEthereum v3.2.5-rc.1 + +Enhancements: +* Support for eth/65 protocol version (#366) +* Berlin hardfork blocks: kovan (24,770,900), xdai (16,101,500) +* Bump ethereum/tests to v8.0.3 + ## OpenEthereum v3.2.4 * Fix for Typed transaction broadcast. @@ -35,6 +42,7 @@ devops: Hot fix issue, related to initial sync: * Initial sync gets stuck. (#318) + ## OpenEthereum v3.2.0 Bug fixes: diff --git a/Cargo.lock b/Cargo.lock index a837f297d..302751392 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2882,7 +2882,7 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" [[package]] name = "openethereum" -version = "3.2.4" +version = "3.2.5-rc.1" dependencies = [ "ansi_term 0.10.2", "atty", @@ -3232,7 +3232,7 @@ dependencies = [ [[package]] name = "parity-version" -version = "3.2.4" +version = "3.2.5-rc.1" dependencies = [ "parity-bytes", "rlp", diff --git a/Cargo.toml b/Cargo.toml index 7953bdfec..2abc5143b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ description = "OpenEthereum" name = "openethereum" # NOTE Make sure to update util/version/Cargo.toml as well -version = "3.2.4" +version = "3.2.5-rc.1" license = "GPL-3.0" authors = [ "OpenEthereum developers", diff --git a/crates/util/version/Cargo.toml b/crates/util/version/Cargo.toml index a0ef7108b..b4e40ed17 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.4" +version = "3.2.5-rc.1" authors = ["Parity Technologies "] build = "build.rs"