From 26de8ffab7bd1a7dbb0ca4526b42411c8d749d81 Mon Sep 17 00:00:00 2001 From: zemyblue Date: Thu, 19 Oct 2023 14:00:57 +0900 Subject: [PATCH] Release wasmd v0.2.0 (#110) * chore: update changelog for release v0.2.0 * chore: update changelog --- CHANGELOG.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a4735ce97..fa81c4fbcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ # Changelog -## [Unreleased](https://github.com/Finschia/wasmd/compare/v0.1.4...HEAD) +## [Unreleased](https://github.com/Finschia/wasmd/compare/v0.2.0...HEAD) + +### Features + +### Improvements + +### Bug Fixes + +### Breaking Changes + +### Build, CI + +### Document Updates + + +## [v0.2.0](https://github.com/Finschia/wasmd/releases/tag/v0.2.0) - 2023.10.19 ### Features * [\#61](https://github.com/Finschia/wasmd/pull/61) bumpup ibc-go to v4 @@ -37,13 +52,11 @@ * [\#95](https://github.com/Finschia/wasmd/pull/95) add a test case to verify ContractInfo gets correct IBCPortID * [\#101](https://github.com/Finschia/wasmd/pull/101) move helper method out of generated file -### Breaking Changes - ### Build, CI * [\#104](https://github.com/Finschia/wasmd/pull/104) change depending wasmvm to v1.1.1-0.11.4-rc1 * [\#60](https://github.com/Finschia/wasmd/pull/60) Update golang version to 1.20 * [\#105](https://github.com/Finschia/wasmd/pull/105) change depending finschia-sdk to v0.48.0-rc2 and backport #81 -* [\#108](https://github.com/Finschia/wasmd/pull/108) version bump of ostracon, finschia-sdk and wasmvm +* [\#109](https://github.com/Finschia/wasmd/pull/109) version bump of ostracon, finschia-sdk and wasmvm ### Document Updates * [\#54](https://github.com/Finschia/wasmd/pull/54) add documentation about errors (codespace and codes)