diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d26306d4..4f4fefea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/upgrades.go b/app/upgrades.go index d1ec05bf5..02bd677c1 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -57,6 +57,7 @@ var upgradesList = []string{ "3.0.5", "3.0.6", "3.0.7", + "3.0.8", } func (app App) RegisterUpgradeHandlers() {