diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff28e73..649e3a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,16 +39,25 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Features ### Improvements -* (wasmd) [\#171](https://github.com/line/finschia/pull/171) bump up wasmd from v0.1.2-0.20230403061848-514953c0b244 to v0.1.2 ### Bug Fixes -* (lbm-sdk) [\#168](https://github.com/line/finschia/pull/168) Bump github.com/line/lbm-sdk from v0.47.0-rc4 to v0.47.0-rc4.0.20230410115856-b8421116b3f2 -* (lbm-sdk) [\#172](https://github.com/line/finschia/pull/172) Bump github.com/line/lbm-sdk from v0.47.0-rc4.0.20230410115856-b8421116b3f2 to v0.47.0-rc5 ### Breaking Changes ### Build, CI +### Docs + + +## [v1.0.0-rc5](https://github.com/line/lbm/releases/tag/v1.0.0-rc5) - 2023-04-13 + +### Improvements +* (wasmd) [\#171](https://github.com/line/finschia/pull/171) bump up wasmd from v0.1.2-0.20230403061848-514953c0b244 to v0.1.2 + +### Bug Fixes +* (lbm-sdk) [\#168](https://github.com/line/finschia/pull/168) Bump github.com/line/lbm-sdk from v0.47.0-rc4 to v0.47.0-rc4.0.20230410115856-b8421116b3f2 +* (lbm-sdk) [\#172](https://github.com/line/finschia/pull/172) Bump github.com/line/lbm-sdk from v0.47.0-rc4.0.20230410115856-b8421116b3f2 to v0.47.0-rc5 + ### Docs * (license) [\#170](https://github.com/line/finschia/pull/170) fix license copyright holder and typo diff --git a/RELEASE_NOTE.md b/RELEASE_NOTE.md index 27c94162..56d51b5d 100644 --- a/RELEASE_NOTE.md +++ b/RELEASE_NOTE.md @@ -1,3 +1,15 @@ -# Finschia Release Note +# Finschia v1.0.0-rc5 Release Note -This is a sample release note. If you see this message in the release note, make sure that `./RELEASE_NOTE.md` is written correctly. +## What's Changes +* Bump github.com/line/lbm-sdk from v0.47.0-rc4 to v0.47.0-rc4.0.20230410115856-b8421116b3f2 by @0Tech in https://github.com/line/finschia/pull/168 +* fix license copyright holder and typo by @zemyblue in https://github.com/line/finschia/pull/170 +* chore: apply wasmd v0.1.2 by @zemyblue in https://github.com/line/finschia/pull/171 +* Bump github.com/line/lbm-sdk from v0.47.0-rc4.0.20230410115856-b8421116b3f2 to v0.47.0-rc5 by @0Tech in https://github.com/line/finschia/pull/172 + +## Base sub modules +* Ostracon: [v1.0.9](https://github.com/line/ostracon/tree/v1.0.9) +* lbm-sdk: [v0.47.0-rc5](https://github.com/line/lbm-sdk/tree/v0.47.0-rc5) +* line/wasmd: [v0.1.2](https://github.com/line/wasmd/tree/v0.1.2) +* line/ibc-go: [v3.3.2](https://github.com/line/ibc-go/tree/v3.3.2) + +Full Changelog: [v1.0.0-rc4...v1.0.0-rc5](https://github.com/line/finschia/compare/v1.0.0-rc4...v1.0.0-rc5) \ No newline at end of file