From e5392ced5faa44e9067b28d41e1dc1dad6456509 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Tue, 10 Dec 2024 23:03:47 +0700 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a136ded6e..ce126cb6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ [Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.53.1...HEAD) +## [v0.53.2](https://github.com/CosmWasm/wasmd/tree/v0.53.2) (2024-12-10) + +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.53.1...v0.53.2) + +- Fix failing simulation with previous patch + ## [v0.53.1](https://github.com/CosmWasm/wasmd/tree/v0.53.1) (2024-12-10) [Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.53.0...v0.53.1)