From 8861033399486c3a0eebc067514588240a9b0ff7 Mon Sep 17 00:00:00 2001 From: Fabio Di Fabio Date: Tue, 30 Jul 2024 16:39:08 +0200 Subject: [PATCH] Release 0.3.0-rc1.1 Signed-off-by: Fabio Di Fabio --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ba9ac0..b513da64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.3.0-rc1.1 +* bump linea-arithmetization version to 0.3.0-rc1 [#54](https://github.com/Consensys/linea-sequencer/pull/54) +* bump Linea-Besu version to 24.7-develop-f812936 (delivery-27) [#54](https://github.com/Consensys/linea-sequencer/pull/54) +* Fix linea_estimateGas when called with gasPrice set [#58](https://github.com/Consensys/linea-sequencer/pull/58) + ## 0.2.0-rc5.1 * bump linea-arithmetization version to 0.2.0-rc5 [#55](https://github.com/Consensys/linea-sequencer/pull/55) diff --git a/gradle.properties b/gradle.properties index 3a28e02d..b0d6f55a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -releaseVersion=0.3.0-SNAPSHOT +releaseVersion=0.3.0-rc1.1 besuVersion=24.7-develop-f812936 arithmetizationVersion=0.3.0-rc1 besuArtifactGroup=io.consensys.linea-besu