From 226905c719e1db99f06677a89104b92264414a5b Mon Sep 17 00:00:00 2001 From: Luca Joss Date: Wed, 15 Nov 2023 15:06:43 +0100 Subject: [PATCH 1/2] Update changelog for v0.39.0 release --- .changelog/v0.39.0/features/161-ibc-go-v8.md | 2 ++ .changelog/v0.39.0/summary.md | 4 ++++ CHANGELOG.md | 12 ++++++++++++ 3 files changed, 18 insertions(+) create mode 100644 .changelog/v0.39.0/features/161-ibc-go-v8.md create mode 100644 .changelog/v0.39.0/summary.md diff --git a/.changelog/v0.39.0/features/161-ibc-go-v8.md b/.changelog/v0.39.0/features/161-ibc-go-v8.md new file mode 100644 index 00000000..79652714 --- /dev/null +++ b/.changelog/v0.39.0/features/161-ibc-go-v8.md @@ -0,0 +1,2 @@ +- Bump ibc-go to v8.0.0 + ([\#161](https://github.com/cosmos/ibc-proto-rs/pull/161)) \ No newline at end of file diff --git a/.changelog/v0.39.0/summary.md b/.changelog/v0.39.0/summary.md new file mode 100644 index 00000000..1c9587f4 --- /dev/null +++ b/.changelog/v0.39.0/summary.md @@ -0,0 +1,4 @@ +*November 15th, 2023* + +This release updates the ibc-go version used for the ibc protos to version v8.0.0 +which contains the new messages `MsgRecoverClient` and `MsgIBCSoftwareUpgrade`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5417ff09..69ef118a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v0.39.0 + +*November 15th, 2023* + +This release updates the ibc-go version used for the ibc protos to version v8.0.0 +which contains the new messages `MsgRecoverClient` and `MsgIBCSoftwareUpgrade`. + +### FEATURES + +- Bump ibc-go to v8.0.0 + ([\#161](https://github.com/cosmos/ibc-proto-rs/pull/161)) + ## v0.38.0 *October 19th, 2023* From bf86f3513fcaedf650ea81fa3a22b41a96d833c2 Mon Sep 17 00:00:00 2001 From: Luca Joss Date: Wed, 15 Nov 2023 15:07:34 +0100 Subject: [PATCH 2/2] Bump version to 0.39.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4db5534..c338e700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.38.0" +version = "0.39.0" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0"