Skip to content

Commit

Permalink
add 3.0.8 upgrade (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
udpatil committed Aug 9, 2023
1 parent 6a7ba94 commit 605ce03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Ref: https://keepachangelog.com/en/1.0.0/
-->

# Changelog
## 3.0.8
sei-chain:
* [#1018](https://github.com/sei-protocol/sei-chain/pull/1018) Reorder tx results into absolute order
## 3.0.7
sei-chain:
* [#1002](https://github.com/sei-protocol/sei-chain/pull/1002) Tokenfactory Query Wasmbindings
Expand Down
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ var upgradesList = []string{
"3.0.5",
"3.0.6",
"3.0.7",
"3.0.8",
}

func (app App) RegisterUpgradeHandlers() {
Expand Down

0 comments on commit 605ce03

Please sign in to comment.