Skip to content

Commit

Permalink
release: bump version to 0.5.1-beta and update changelog (#1000)
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Bégassat <[email protected]>
  • Loading branch information
OlivierBBB authored Aug 27, 2024
1 parent a8c25ee commit 333d301
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.5.1-beta
* fix: removed old documentation files ([#995](https://github.com/Consensys/linea-tracer/pull/995))
* feat(txndata): implement txn data update handling the max nonce ([#987](https://github.com/Consensys/linea-tracer/pull/987))
* feat(hub): fill pMiscOobData9 ([#985](https://github.com/Consensys/linea-tracer/pull/985))
* feat(ecdata): use constants for call data sizes ([#983](https://github.com/Consensys/linea-tracer/pull/983))
* fix(hub): static exceptions that should not be thrown. ([#986](https://github.com/Consensys/linea-tracer/pull/986))
* feat(ecdata): switch from stacked set to stacked list ([#981](https://github.com/Consensys/linea-tracer/pull/981))
* fix(Makefile): updated file path to AccountFragment.java

## 0.5.0-beta
* Merged the HUB branch ([#748](https://github.com/Consensys/linea-tracer/pull/748))

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
releaseVersion=0.5.0-beta
releaseVersion=0.5.1-beta
besuVersion=24.8-develop-dce796c
besuArtifactGroup=io.consensys.linea-besu
distributionIdentifier=linea-tracer
Expand Down

0 comments on commit 333d301

Please sign in to comment.