Skip to content

Commit

Permalink
✨ Setup upgrade handler for v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Apr 5, 2024
1 parent 75cba71 commit 4569ea3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [unreleased]

## [v4.2.0](https://github.com/likecoin/likecoin-chain/releases/v4.2.0)
- Upgrade cosmos-sdk to 0.46.16
- Upgrade ibc-go to 6.3.0

## [v4.1.2](https://github.com/likecoin/likecoin-chain/releases/v4.1.2)
- Update ledger-cosmos-go version for compatible with new Ledger firmwire

Expand Down
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ import (
)

const (
UpgradeName = "v4.1.1"
UpgradeName = "v4.2.0"
)

var (
Expand Down

0 comments on commit 4569ea3

Please sign in to comment.