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