From 5bdb46b316f27676adecaec7b5072cd7dd3946c2 Mon Sep 17 00:00:00 2001 From: Roshan Date: Fri, 30 Aug 2024 18:17:45 +0800 Subject: [PATCH] chore: add change log and update version for release v1.0.3 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b073838626..ecd6c11788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## V1.0.3 +This is a bugfix version. + +### BUGFIX +* [\#119](https://github.com/bnb-chain/reth/pull/119) fix: sidecars missing issue and empty validators election info issue +* [\#122](https://github.com/bnb-chain/reth/pull/113) fix: bsc snapshot issues +* [\#125](https://github.com/bnb-chain/reth/pull/125) fix: bsc BLS_SIGNATURE_VALIDATION precompile contract error + ## V1.0.2 This release is for BSC mainnet HaberFix and Bohr upgrade and opBNB mainnet Wright upgrade. diff --git a/Cargo.toml b/Cargo.toml index 3f68bcd7fd..3b89c653fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace.package] -version = "1.0.2" +version = "1.0.3" edition = "2021" rust-version = "1.79" license = "MIT OR Apache-2.0"