Skip to content

Commit

Permalink
Release v1.10.5 (#4277)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Create unclog release

* Bump versions

* Update release to v1.10.5

* Fix uuid version

---------

Co-authored-by: Luca Joss <[email protected]>
  • Loading branch information
romac and ljoss17 authored Dec 13, 2024
1 parent fd9b060 commit be0be09
Show file tree
Hide file tree
Showing 19 changed files with 253 additions and 220 deletions.
3 changes: 3 additions & 0 deletions .changelog/v1.10.5/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*December 13rd, 2024*

This release addresses an issue with pull-mode event collection. The functionality has been enhanced to accurately retrieve events from `finalized_block_events`, ensuring more reliable event processing.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## v1.10.5

*December 13rd, 2024*

This release addresses an issue with pull-mode event collection. The functionality has been enhanced to accurately retrieve events from `finalized_block_events`, ensuring more reliable event processing.

### IMPROVEMENTS

- [Relayer Library](relayer)
- Collect events from `finalized_block_events` when using `pull` mode
([\#4263](https://github.com/informalsystems/hermes/issues/4263))
- [Integration Test Framework](tools/test-framework)
- Update the version of Juno running the integration tests in the CI from `v24.0.0`
to `v25.0.0` ([\#4203](https://github.com/informalsystems/hermes/issues/4203))

## v1.10.4

*November 19th, 2024*
Expand Down
Loading

0 comments on commit be0be09

Please sign in to comment.