From 76cc44f7e77b9f2d76247402a663d649d62120d9 Mon Sep 17 00:00:00 2001 From: Luca Joss Date: Thu, 24 Oct 2024 17:06:17 +0200 Subject: [PATCH] Change release v0.50.1 to v0.51.0 --- .../breaking-changes/249-tendermint-proto-0-40-0.md | 0 .changelog/{v0.50.1 => v0.51.0}/summary.md | 0 CHANGELOG.md | 2 +- Cargo.toml | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename .changelog/{v0.50.1 => v0.51.0}/breaking-changes/249-tendermint-proto-0-40-0.md (100%) rename .changelog/{v0.50.1 => v0.51.0}/summary.md (100%) diff --git a/.changelog/v0.50.1/breaking-changes/249-tendermint-proto-0-40-0.md b/.changelog/v0.51.0/breaking-changes/249-tendermint-proto-0-40-0.md similarity index 100% rename from .changelog/v0.50.1/breaking-changes/249-tendermint-proto-0-40-0.md rename to .changelog/v0.51.0/breaking-changes/249-tendermint-proto-0-40-0.md diff --git a/.changelog/v0.50.1/summary.md b/.changelog/v0.51.0/summary.md similarity index 100% rename from .changelog/v0.50.1/summary.md rename to .changelog/v0.51.0/summary.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 64db31c..47e30ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## v0.50.1 +## v0.51.0 *October 24th, 2024* diff --git a/Cargo.toml b/Cargo.toml index 1e11c6d..da6b4aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ibc-proto" -version = "0.50.1" +version = "0.51.0" authors = ["Informal Systems "] edition = "2021" license = "Apache-2.0"