From 15bc22a11439cfdb1610a31c2bc20bb3eff77a1f Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 15:19:06 +0100 Subject: [PATCH] Update changelog for v0.44.0 release (#1689) (#1695) * Update changelog for v0.44.0 release * Add date (cherry picked from commit 62d91d972a913888eb1c6ef692e372b8ceb1f560) Co-authored-by: pinosu <95283998+pinosu@users.noreply.github.com> --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 442bca05d6..1394cf097f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,20 @@ ## [Unreleased](https://github.com/CosmWasm/wasmd/tree/HEAD) -[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.43.0...HEAD) +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.44.0...HEAD) + +## [v0.44.0](https://github.com/CosmWasm/wasmd/tree/v0.44.0) (2023-11-06) + +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.43.0...v0.44.0) + +- Upgrade to wasmvm v1.5.0 [\#1675](https://github.com/CosmWasm/wasmd/issues/1675) +- Prevent non printable characters in label [\#1623](https://github.com/CosmWasm/wasmd/issues/1623) + +### Notable changes: +- Upgrade to wasmvm [v1.5.0](https://github.com/CosmWasm/wasmvm/releases/tag/v1.5.0) + +### Migration notes: +- This release does not include any state migrations but breaking changes that require a coordinated chain upgrade. ## [v0.43.0](https://github.com/CosmWasm/wasmd/tree/v0.43.0) (2023-10-10)