Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.0"
".": "0.5.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.5.1](https://github.com/ChainSafe/canton-middleware/compare/v0.5.0...v0.5.1) (2026-06-08)


### Bug Fixes

* **ethrpc:** report zero native balance and gas ([#304](https://github.com/ChainSafe/canton-middleware/issues/304)) ([6d552df](https://github.com/ChainSafe/canton-middleware/commit/6d552df23cfb0e93d9830c4e4d4ef1ab59920201))
* run all server goroutines under one errgroup ([#303](https://github.com/ChainSafe/canton-middleware/issues/303)) ([16ffa3e](https://github.com/ChainSafe/canton-middleware/commit/16ffa3e67b57909dd1de80e14b4d3e5b880b20f2))
* serve /health at the configured health_check_url ([#301](https://github.com/ChainSafe/canton-middleware/issues/301)) ([9a5ccbd](https://github.com/ChainSafe/canton-middleware/commit/9a5ccbd023c37b9fb013e68b5936f74a085f981f))
* stop running balance reconciler in the API server ([#300](https://github.com/ChainSafe/canton-middleware/issues/300)) ([f9de530](https://github.com/ChainSafe/canton-middleware/commit/f9de53035004de3c17b9e445052fad83f6fd4379))

## [0.5.0](https://github.com/ChainSafe/canton-middleware/compare/v0.4.2...v0.5.0) (2026-06-08)


Expand Down