Skip to content

Commit

Permalink
release 'ibc-proto-rs' v0.28.0 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Mar 10, 2023
1 parent 17fbee4 commit be91fc1
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changelog/v28.0.0/improvements/71-update-ibc-go.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Update `ibc-go` commit from `v5.0.0` to `v5.1.0`
([#71](https://github.com/cosmos/ibc-proto-rs/issues/71))
10 changes: 10 additions & 0 deletions .changelog/v28.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
This release updates the `ibc-go` proto files from version `v5.0.0` to `v5.1.0`.

This includes the `memo` field in the following struct:

* `ibc.applications.transfer.v1 MsgTransfer`
* `ibc.applications.transfer.v2 FungibleTokenPacketData`

As well as the `sequence` field in:

* `ibc.applications.transfer.v1 MsgTransferResponse`
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# CHANGELOG

## v0.28.0

*March 10th, 2023*

This release updates the `ibc-go` proto files from version `v5.0.0` to `v5.1.0`.

This includes the `memo` field in the following struct:

* `ibc.applications.transfer.v1 MsgTransfer`
* `ibc.applications.transfer.v2 FungibleTokenPacketData`

As well as the `sequence` field in:

* `ibc.applications.transfer.v1 MsgTransferResponse`

### IMPROVEMENTS

- Update `ibc-go` commit from `v5.0.0` to `v5.1.0`
([#71](https://github.com/cosmos/ibc-proto-rs/issues/71))

## v0.27.0

*March 7th, 2023*
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-proto"
version = "0.27.0"
version = "0.28.0"
authors = ["Informal Systems <hello@informal.systems>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit be91fc1

Please sign in to comment.