diff --git a/CHANGELOG.md b/CHANGELOG.md index decb803408..aa2b1c4d2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog -## 0.1.4-SNAPSHOT +## 0.1.4-test +Temporary line counting release for testnet. + +* count stack temporary impl: make loginfo counts closer to Geth [temp/issue-248/count-stack-only](https://github.com/Consensys/besu-sequencer-plugins/tree/temp/issue-248/count-stack-only) +-- +* fix: `Bytes.toUnsignedInteger` [#484](https://github.com/ConsenSys/besu-sequencer-plugins/pull/484) +* perf: delay computations at trace time [#483](https://github.com/ConsenSys/besu-sequencer-plugins/pull/483) ## 0.1.3 - perf: improve `StackedSet` performances [#466](https://github.com/ConsenSys/besu-sequencer-plugins/pull/466) diff --git a/gradle.properties b/gradle.properties index cbdb4c243d..ce170008f0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -releaseVersion=0.1.4-SNAPSHOT +releaseVersion=0.1.4-test besuVersion=23.10.4-SNAPSHOT besuArtifactGroup=io.consensys.linea-besu distributionIdentifier=besu-sequencer-plugins