diff --git a/CHANGELOG.md b/CHANGELOG.md index 67901b7101..36471f28e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,24 +35,16 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog -## [Unreleased](https://github.com/line/lbm-sdk/compare/v0.44.0-rc0...HEAD) +## [Unreleased](https://github.com/line/lbm-sdk/compare/v0.45.0-rc0...HEAD) ### Features -* (x/wasm) [\#444](https://github.com/line/lbm-sdk/pull/444) Merge wasmd 0.19.0 - * remove custom encoder from x/wasm/keeper.NewKeeper's arg. After the Token/collection module is added, it will be ported again. -* (cosmos-sdk) [\#437](https://github.com/line/lbm-sdk/pull/437) dump up to cosmos-sdk v0.42.11 - * [changelog of cosmos-sdk v0.42.11](https://github.com/cosmos/cosmos-sdk/blob/v0.42.11/CHANGELOG.md) -* (feat) [\#434](https://github.com/line/lbm-sdk/pull/434) Revert signature mechanism using `sig_block_height` -* (x/token) [\#416](https://github.com/line/lbm-sdk/pull/416) Migrate token module from line/link ### Improvements ### Bug Fixes -* (x/wasm) [\#436](https://github.com/line/lbm-sdk/pull/436) remove `x/wasm/linkwasmd` ### Breaking Changes ### Build, CI -* (makefile, ci) [\#438](https://github.com/line/lbm-sdk/pull/438) fix `make proto-format` and `make proto-check-breaking` error ### Document Updates diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 9bb2edbc2e..083c93dac9 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [v0.45.0-rc0](https://github.com/line/lbm-sdk/releases/tag/v0.45.0-rc0) + +### Features +* (x/wasm) [\#444](https://github.com/line/lbm-sdk/pull/444) Merge wasmd 0.19.0 + * remove custom encoder from x/wasm/keeper.NewKeeper's arg. After the Token/collection module is added, it will be ported again. +* (cosmos-sdk) [\#437](https://github.com/line/lbm-sdk/pull/437) dump up to cosmos-sdk v0.42.11 + * [changelog of cosmos-sdk v0.42.11](https://github.com/cosmos/cosmos-sdk/blob/v0.42.11/CHANGELOG.md) +* (feat) [\#434](https://github.com/line/lbm-sdk/pull/434) Revert signature mechanism using `sig_block_height` +* (x/token) [\#416](https://github.com/line/lbm-sdk/pull/416) Migrate token module from line/link + +### Bug Fixes +* (x/wasm) [\#436](https://github.com/line/lbm-sdk/pull/436) remove `x/wasm/linkwasmd` + +### Build, CI +* (makefile, ci) [\#438](https://github.com/line/lbm-sdk/pull/438) fix `make proto-format` and `make proto-check-breaking` error + + ## [v0.44.0-rc0](https://github.com/line/lbm-sdk/releases/tag/v0.44.0-rc0) ### Features