Skip to content

Commit

Permalink
Cut 3.0.6 release (sei-protocol#977)
Browse files Browse the repository at this point in the history
* 3.0.6 release

* nit

---------

Co-authored-by: Philip Su <[email protected]>
  • Loading branch information
yzang2019 and philipsu522 authored Jul 13, 2023
1 parent c452db8 commit cb5277c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ Ref: https://keepachangelog.com/en/1.0.0/
-->

# Changelog
### 3.0.6
sei-chain:
*[#944] (https://github.com/sei-protocol/sei-chain/pull/944) Add new configuration for snapshot directory
*[#940] (https://github.com/sei-protocol/sei-chain/pull/940) Use ImmutableAppend for v16 to v17 dex migration

sei-cosmos:
*[#306] (https://github.com/sei-protocol/sei-cosmos/pull/306) Fix dryRun for seid tx

### 3.0.5
sei-chain:
* [#878] (https://github.com/sei-protocol/sei-chain/pull/878) Fix denom key collision
Expand Down
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ var upgradesList = []string{
"3.0.3",
"3.0.4",
"3.0.5",
"3.0.6",
}

func (app App) RegisterUpgradeHandlers() {
Expand Down

0 comments on commit cb5277c

Please sign in to comment.