diff --git a/CHANGELOG.md b/CHANGELOG.md index 42da169a4c..4c7760c917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.7.0-rc1 +* chore: don't postTxDefers TrasactionMetaData ([#1325](https://github.com/Consensys/linea-tracer/pull/1325)) +* chore: upgrade Linea Besu to 24.9-delivery33 ([#1328](https://github.com/Consensys/linea-tracer/pull/1328)) +* fix(ReturnSection): max code size ([#1313](https://github.com/Consensys/linea-tracer/pull/1313)) +* fix(mmu): invalidCodePrefix with empty memory ([#1310](https://github.com/Consensys/linea-tracer/pull/1310)) +* fix: implemented update to TXN_DATA ([#1318](https://github.com/Consensys/linea-tracer/pull/1318)) +* feat: implement support for maxBlocksBehind threshold check in TracerReadinessPlugin ([#1305](https://github.com/Consensys/linea-tracer/pull/1305)) +* fix: fix for broken replay files ([#1308](https://github.com/Consensys/linea-tracer/pull/1308)) + ## 0.6.0-rc8 * Homogenize creation add operation ([#1314](https://github.com/Consensys/linea-tracer/pull/1314)) * Blockchain reference tests report - success and failure counters ([#1311](https://github.com/Consensys/linea-tracer/pull/1311)) diff --git a/gradle.properties b/gradle.properties index 8448b69434..8961a35a7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -releaseVersion=0.6.0-rc8 +releaseVersion=0.7.0-rc1 besuVersion=24.9-delivery33 besuArtifactGroup=io.consensys.linea-besu distributionIdentifier=linea-tracer