Skip to content

Commit

Permalink
chore: release v0.6.0 (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: zemyblue <zemyblue@gmail.com>

Signed-off-by: zemyblue <zemyblue@gmail.com>
  • Loading branch information
zemyblue authored Oct 5, 2022
1 parent 8281a11 commit 2e8cac3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
9 changes: 1 addition & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,13 @@ Ref: https://keepachangelog.com/en/1.0.0/
### Improvements

### Bug Fixes
* [\#83](https://github.com/line/lbm/pull/83) enable tests on CI
* (app) [\#96](https://github.com/line/lbm/pull/96) fix the bug not setting `iavl-cache-size` value of the `app.toml`
* (baseapp) [\#97](https://github.com/line/lbm/pull/97) fix max gas validation bug of lbm-sdk

### Improvements
* [\#95](https://github.com/line/lbm/pull/95) apply the changes of lbm-sdk v0.46.0-rc8

### Breaking Changes
* [\#87](https://github.com/line/lbm/pull/87) remove unused modules from app

### Build, CI
* (ci) [\#80](https://github.com/line/lbm/pull/80) remove stale github action
* (build) [\#89](https://github.com/line/lbm/pull/89) upgrade golang to 1.18


<!-- Release links -->
[Unreleased]: https://github.com/line/lbm/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/line/lbm/compare/v0.6.0...HEAD
19 changes: 19 additions & 0 deletions RELEASE_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,24 @@ Ref: https://keepachangelog.com/en/1.0.0/

# Changelog

## [v0.6.0]

This version based on [lbm-sdk v0.46.0-rc8](https://github.com/line/lbm-sdk/releases/tag/v0.46.0-rc8)

### Bug Fixes
* (app) [\#96](https://github.com/line/lbm/pull/96) fix the bug not setting `iavl-cache-size` value of the `app.toml`
* (baseapp) [\#97](https://github.com/line/lbm/pull/97) fix max gas validation bug of lbm-sdk

### Breaking Changes
* (app) [\#87](https://github.com/line/lbm/pull/87) remove unused modules from app
* (lbm-sdk) [\#95](https://github.com/line/lbm/pull/95) apply the changes of lbm-sdk v0.46.0-rc8

### Build, CI
* (ci) [\#80](https://github.com/line/lbm/pull/80) remove stale github action
* (ci) [\#83](https://github.com/line/lbm/pull/83) enable tests on CI
* (build) [\#89](https://github.com/line/lbm/pull/89) upgrade golang to 1.18


## [v0.5.0]

This version based on [lbm-sdk v0.46.0-rc6](https://github.com/line/lbm-sdk/releases/tag/v0.46.0-rc6)
Expand Down Expand Up @@ -117,6 +135,7 @@ Please refer [CHANGELOG_OF_GAIA_v4.0.4](https://github.com/cosmos/gaia/blob/v4.0


<!-- Release links -->
[v0.6.0]: https://github.com/line/lbm/compare/v0.5.0...v0.6.0
[v0.5.0]: https://github.com/line/lbm/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/line/lbm/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/line/lbm/compare/v0.2.0-rc0...v0.3.0
Expand Down

0 comments on commit 2e8cac3

Please sign in to comment.