diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de8fe28..426b3c98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.4-test28 +Test pre-release 28 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) +* Extra data based pricing [#10](https://github.com/Consensys/linea-sequencer/pull/10) + ## 0.1.4-test27 Test pre-release 27 from [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) * Calculate line count only once in linea_estimateGas [#13](https://github.com/Consensys/linea-sequencer/pull/13) diff --git a/gradle.properties b/gradle.properties index 48878dea..e27e4b84 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -releaseVersion=0.1.4-SNAPSHOT +releaseVersion=0.1.4-test28 besuVersion=24.5-develop-0cfa46b besuArtifactGroup=io.consensys.linea-besu distributionIdentifier=besu-sequencer-plugins