From 7165e41cbf14d60a9fef4fb1e04c2c2e5e4e0cf4 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:25:17 +0100 Subject: [PATCH] Add changelog for 0.45 release (#1721) (#1724) (cherry picked from commit 8eaa55b94db111dcf30694dc41d7a17ea30f1d8f) Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com> --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1394cf097..bf559cdf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,22 @@ ## [Unreleased](https://github.com/CosmWasm/wasmd/tree/HEAD) -[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.44.0...HEAD) +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.45.0...HEAD) + +## [v0.45.0](https://github.com/CosmWasm/wasmd/tree/v0.45.0) (2023-11-15) + +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.44.0...v0.45.0) + +- Retract wasmd v0.43.0 and v0.44.0 [\#1720](https://github.com/CosmWasm/wasmd/pull/1720) +- Allow empty attribute values [\#1618](https://github.com/CosmWasm/wasmd/pull/1618) +- Fix gov v1beta1 support for legacy proposals [\#1715](https://github.com/CosmWasm/wasmd/pull/1715) +- Prevent empty channel version [\#1697](https://github.com/CosmWasm/wasmd/pull/1697) + +### Notable changes: +- Wasmd v0.43.0 and 0.44.0 releases were retracted because of a bug related to legacy proposals. See https://github.com/CosmWasm/wasmd/issues/1713 for more details. + +### Migration notes: +- This release does not include any state migrations but breaking changes that require a coordinated chain upgrade. ## [v0.44.0](https://github.com/CosmWasm/wasmd/tree/v0.44.0) (2023-11-06)