From be91fc1e27739403cf708f789b05b0b704257108 Mon Sep 17 00:00:00 2001 From: Luca Joss <43531661+ljoss17@users.noreply.github.com> Date: Fri, 10 Mar 2023 12:40:04 +0100 Subject: [PATCH] release 'ibc-proto-rs' v0.28.0 (#72) --- .../v28.0.0/improvements/71-update-ibc-go.md | 2 ++ .changelog/v28.0.0/summary.md | 10 ++++++++++ CHANGELOG.md | 20 +++++++++++++++++++ Cargo.toml | 2 +- 4 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 .changelog/v28.0.0/improvements/71-update-ibc-go.md create mode 100644 .changelog/v28.0.0/summary.md diff --git a/.changelog/v28.0.0/improvements/71-update-ibc-go.md b/.changelog/v28.0.0/improvements/71-update-ibc-go.md new file mode 100644 index 00000000..d5f37b96 --- /dev/null +++ b/.changelog/v28.0.0/improvements/71-update-ibc-go.md @@ -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)) \ No newline at end of file diff --git a/.changelog/v28.0.0/summary.md b/.changelog/v28.0.0/summary.md new file mode 100644 index 00000000..1030fdb9 --- /dev/null +++ b/.changelog/v28.0.0/summary.md @@ -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` diff --git a/CHANGELOG.md b/CHANGELOG.md index 204ab688..8cc8985c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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* diff --git a/Cargo.toml b/Cargo.toml index d86d23d5..6ab734e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.27.0" +version = "0.28.0" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0"