From 51721e9302a88db327439e376aabf0e7cbb4f38e Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Wed, 3 Mar 2021 20:48:52 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2379f6e21d..64daa3b4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ [Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.15.0...HEAD) +- Upgrade to CosmWasm v0.14.0 [\#432](https://github.com/CosmWasm/wasmd/pull/432) +- Expose Sudo contract entry point on Keeper [\#433](https://github.com/CosmWasm/wasmd/pull/433) - Support custom MessageHandler [\#327](https://github.com/CosmWasm/wasmd/issues/327) - 🎉 Implement IBC contract support [\#394](https://github.com/CosmWasm/wasmd/pull/394)