From 891b4061a63fe9f5802e11d9e0482f9605dd4bdc Mon Sep 17 00:00:00 2001 From: Alexander Peters Date: Fri, 28 Jan 2022 10:11:51 +0100 Subject: [PATCH] Update changelog (#737) * Update changelog * Full diff link --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 932685b4..727ff86e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,15 @@ ## [Unreleased](https://github.com/CosmWasm/wasmd/tree/HEAD) +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.23.0...HEAD) -[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.22.0...HEAD) + +## [v0.23.0](https://github.com/CosmWasm/wasmd/tree/v0.23.0) (2022-01-28) + +**Fixed bugs** +- Set end block order [\#736](https://github.com/CosmWasm/wasmd/issues/736) + +[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.23.0...v0.22.0) ## [v0.22.0](https://github.com/CosmWasm/wasmd/tree/v0.22.0) (2022-01-20)