Skip to content

Commit

Permalink
Release changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Nov 29, 2023
1 parent 6814f6f commit 52fd4f9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changelog/v1.7.3/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*November 29th, 2023*

This release improves the reliability of the `evidence` command and
fixes a bug that was preventing evidence to be reported,
as seen on the Gaia RS testnet.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## v1.7.3

*November 29th, 2023*

This release improves the reliability of the `evidence` command and
fixes a bug that was preventing evidence to be reported,
as seen on the Gaia RS testnet.

### BUG FIXES

- [Relayer CLI](relayer-cli)
- Improve reliability of `evidence` command and fix a bug that was
preventing evidence to be reported, as seen on the Gaia RS testnet
([\#3702](https://github.com/informalsystems/hermes/pull/3702))

## v1.7.2

*November 28th, 2023*
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = """
[dependencies]
ibc-relayer-types = { version = "=0.26.3", path = "../../crates/relayer-types" }
ibc-relayer = { version = "=0.26.3", path = "../../crates/relayer" }
ibc-relayer-cli = { version = "=1.7.2", path = "../../crates/relayer-cli" }
ibc-relayer-cli = { version = "=1.7.3", path = "../../crates/relayer-cli" }
ibc-proto = { version = "0.38.0", features = ["serde"] }
tendermint-rpc = { version = "0.34.0", features = ["http-client", "websocket-client"] }

Expand Down

0 comments on commit 52fd4f9

Please sign in to comment.