diff --git a/.changelog/unreleased/breaking-changes/215-tendermint-proto-0.37.md b/.changelog/v0.46.0/breaking-changes/215-tendermint-proto-0.37.md similarity index 100% rename from .changelog/unreleased/breaking-changes/215-tendermint-proto-0.37.md rename to .changelog/v0.46.0/breaking-changes/215-tendermint-proto-0.37.md diff --git a/.changelog/v0.46.0/summary.md b/.changelog/v0.46.0/summary.md new file mode 100644 index 00000000..7f063c70 --- /dev/null +++ b/.changelog/v0.46.0/summary.md @@ -0,0 +1,3 @@ +*June 3rd, 2024* + +This release only bumps `tendermint-proto` to v0.37. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8241caed..cfaeb54c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # CHANGELOG +## v0.46.0 + +*June 3rd, 2024* + +This release only bumps `tendermint-proto` to v0.37. + +### BREAKING CHANGES + +- Update `tendermint-proto` to v0.37 ([#215](https://github.com/cosmos/ibc-proto-rs/issues/215)) + ## v0.45.0 *May 30th, 2024* diff --git a/Cargo.toml b/Cargo.toml index 06b204fc..8dfb508e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.45.0" +version = "0.46.0" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0"