Skip to content

Commit

Permalink
unclog release
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed May 2, 2023
1 parent 91c5ea9 commit 0f2cb4e
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changelog/v0.39.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This release primarily adds support for the `memo` field to the token transfer
app (ICS 20). This required updating ibc-proto-rs and tendermint-rs dependencies
as well.

There are consensus-breaking changes.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# CHANGELOG

## v0.39.0

*May 2, 2023*

This release primarily adds support for the `memo` field to the token transfer
app (ICS 20). This required updating ibc-proto-rs and tendermint-rs dependencies
as well.

There are consensus-breaking changes.

### BREAKING CHANGES

- Bump ibc-proto to v0.29.0, bump tendermint to v0.30.0, and add `memo` field to
`PacketData` ([#559](https://github.com/cosmos/ibc-rs/issues/559))
- Add missing `ClientType` and `ClientId` validation checks and move `ClientType` under the
ICS24 section
([#621](https://github.com/cosmos/ibc-rs/issues/621))

### FEATURES

- Define a new `ValidationContext::validate_message_signer` method to allow
validation of the `signer` field in messages across all handlers.
([#619](https://github.com/cosmos/ibc-rs/issues/619))

## v0.38.0

*April 24, 2023*
Expand Down

0 comments on commit 0f2cb4e

Please sign in to comment.