From 0036500bbd051fdaeb1126d24403eed4a9439f13 Mon Sep 17 00:00:00 2001 From: Buckram Date: Fri, 3 May 2024 11:06:03 +0300 Subject: [PATCH] prepare changelogs --- framework/docs/src/releases/v0.md | 12 ++++++++++++ modules/CHANGELOG.md | 10 ++++++++++ 2 files changed, 22 insertions(+) diff --git a/framework/docs/src/releases/v0.md b/framework/docs/src/releases/v0.md index 7f7f8588e2..fb0f6c3192 100644 --- a/framework/docs/src/releases/v0.md +++ b/framework/docs/src/releases/v0.md @@ -4,6 +4,16 @@ ### Added +### Changed + +### Removed + +### Fixed + +## [0.22.0] - 2024-05-03 + +### Added + - `state.json` now included in binary in release mode, allowing using binaries on a different environment than it's been built. - `module_instantiate2_address_raw` for `AbstractClient`, allowing to install a different version than the dependency version. - Added helper functions `assert_registered` and `is_registered` to the ANS client API. @@ -25,6 +35,8 @@ - Send multiple messages to multiple IBC connected chains in one manager message. - `interface` feature from all of the packages +### Fixed + ## [0.21.0] - 2024-02-20 ### Added diff --git a/modules/CHANGELOG.md b/modules/CHANGELOG.md index fb7c986a18..5f7d1775c5 100644 --- a/modules/CHANGELOG.md +++ b/modules/CHANGELOG.md @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added +### Changed + +### Removed + +### Fixed + +## [0.22.0] - 2024-05-03 + +### Added + - `staking_action` helper method for `CwStakingAdapter` interface - `ans_action` and `raw_action` helper methods for `DexAdapter` interface