From 62bf9082f711f32e825b6b472c9b274066a2b49a Mon Sep 17 00:00:00 2001 From: Fabio Di Fabio Date: Thu, 14 Mar 2024 12:59:34 +0100 Subject: [PATCH] Release 0.1.4-test23 Signed-off-by: Fabio Di Fabio --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b9f56bf2e..ffb4ff0046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.4-test23 +Test pre-release 23 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) +* linea_estimateGas compatibility mode multiplier https://github.com/Consensys/besu-sequencer-plugins/pull/646 + ## 0.1.4-test22 Test pre-release 22 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) * linea_estimateGas compatibility switch https://github.com/Consensys/besu-sequencer-plugins/pull/634 diff --git a/gradle.properties b/gradle.properties index f5cc1daffd..95f96891f7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -releaseVersion=0.1.4-SNAPSHOT +releaseVersion=0.1.4-test23 besuVersion=24.2.0-SNAPSHOT besuArtifactGroup=io.consensys.linea-besu distributionIdentifier=besu-sequencer-plugins