From 130d95c13d689345b152ae58e84c04d2362b8af7 Mon Sep 17 00:00:00 2001 From: Cory Levinson Date: Thu, 25 Feb 2021 15:14:28 -0800 Subject: [PATCH 1/4] add disclaimer for v0.41 series for non-hub SDK chains due to #8461 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index feae9a1997ae..bde1edfdbe15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [v0.41.3](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.41.3) - 2021-02-18 +**IMPORTANT:** Due to a bug in the `v0.41.x` series with how evidence handles validator consensus addresses (#8461), SDK based chains that are not using the default bech32 prefix (`cosmos`, aka all chains except for the Cosmos Hub) **should not** use this release or any release in the `v0.41.x` series. Please see #8668 for tracking & timeline for the v0.42.0 release, which will include a fix for this issue. + ### Bug Fixes * [\#8617](https://github.com/cosmos/cosmos-sdk/pull/8617) Fix build failures caused by a small API breakage introduced in tendermint v0.34.7. From 53c63cc22d7be0927712339097bb9ca28c396866 Mon Sep 17 00:00:00 2001 From: Cory Levinson Date: Thu, 25 Feb 2021 15:22:43 -0800 Subject: [PATCH 2/4] update issue link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bde1edfdbe15..abe2170a01e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,7 +77,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [v0.41.3](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.41.3) - 2021-02-18 -**IMPORTANT:** Due to a bug in the `v0.41.x` series with how evidence handles validator consensus addresses (#8461), SDK based chains that are not using the default bech32 prefix (`cosmos`, aka all chains except for the Cosmos Hub) **should not** use this release or any release in the `v0.41.x` series. Please see #8668 for tracking & timeline for the v0.42.0 release, which will include a fix for this issue. +**IMPORTANT:** Due to a bug in the `v0.41.x` series with how evidence handles validator consensus addresses (#8461), SDK based chains that are not using the default bech32 prefix (`cosmos`, aka all chains except for the Cosmos Hub) **should not** use this release or any release in the `v0.41.x` series. Please see [\#8641](https://github.com/cosmos/cosmos-sdk/issues/8641) for tracking & timeline for the v0.42.0 release, which will include a fix for this issue. ### Bug Fixes From 41e3fcd03d85e836df04008e8c34520a6d82b7d2 Mon Sep 17 00:00:00 2001 From: Cory Levinson Date: Thu, 25 Feb 2021 15:24:20 -0800 Subject: [PATCH 3/4] update issue link, pt2 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index abe2170a01e6..d26a4dd89a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,7 +77,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [v0.41.3](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.41.3) - 2021-02-18 -**IMPORTANT:** Due to a bug in the `v0.41.x` series with how evidence handles validator consensus addresses (#8461), SDK based chains that are not using the default bech32 prefix (`cosmos`, aka all chains except for the Cosmos Hub) **should not** use this release or any release in the `v0.41.x` series. Please see [\#8641](https://github.com/cosmos/cosmos-sdk/issues/8641) for tracking & timeline for the v0.42.0 release, which will include a fix for this issue. +**IMPORTANT:** Due to a bug in the `v0.41.x` series with how evidence handles validator consensus addresses [\#8461](https://github.com/cosmos/cosmos-sdk/issues/8641), SDK based chains that are not using the default bech32 prefix (`cosmos`, aka all chains except for the Cosmos Hub) **should not** use this release or any release in the `v0.41.x` series. Please see [\#8668](https://github.com/cosmos/cosmos-sdk/issues/8668) for tracking & timeline for the v0.42.0 release, which will include a fix for this issue. ### Bug Fixes From a99c2902f294cc1ad3dbe9ca476fc07c8ec076c3 Mon Sep 17 00:00:00 2001 From: Cory Levinson Date: Thu, 25 Feb 2021 15:26:43 -0800 Subject: [PATCH 4/4] fix bad issue link --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d26a4dd89a53..c1138a121d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,7 +77,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [v0.41.3](https://github.com/cosmos/cosmos-sdk/releases/tag/v0.41.3) - 2021-02-18 -**IMPORTANT:** Due to a bug in the `v0.41.x` series with how evidence handles validator consensus addresses [\#8461](https://github.com/cosmos/cosmos-sdk/issues/8641), SDK based chains that are not using the default bech32 prefix (`cosmos`, aka all chains except for the Cosmos Hub) **should not** use this release or any release in the `v0.41.x` series. Please see [\#8668](https://github.com/cosmos/cosmos-sdk/issues/8668) for tracking & timeline for the v0.42.0 release, which will include a fix for this issue. +**IMPORTANT:** Due to a bug in the `v0.41.x` series with how evidence handles validator consensus addresses [\#8461](https://github.com/cosmos/cosmos-sdk/issues/8461), SDK based chains that are not using the default bech32 prefix (`cosmos`, aka all chains except for the Cosmos Hub) **should not** use this release or any release in the `v0.41.x` series. Please see [\#8668](https://github.com/cosmos/cosmos-sdk/issues/8668) for tracking & timeline for the v0.42.0 release, which will include a fix for this issue. ### Bug Fixes