Skip to content

Commit cb5277c

Browse files
Cut 3.0.6 release (#977)
* 3.0.6 release * nit --------- Co-authored-by: Philip Su <[email protected]>
1 parent c452db8 commit cb5277c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ Ref: https://keepachangelog.com/en/1.0.0/
2727
-->
2828

2929
# Changelog
30+
### 3.0.6
31+
sei-chain:
32+
*[#944] (https://github.com/sei-protocol/sei-chain/pull/944) Add new configuration for snapshot directory
33+
*[#940] (https://github.com/sei-protocol/sei-chain/pull/940) Use ImmutableAppend for v16 to v17 dex migration
34+
35+
sei-cosmos:
36+
*[#306] (https://github.com/sei-protocol/sei-cosmos/pull/306) Fix dryRun for seid tx
37+
3038
### 3.0.5
3139
sei-chain:
3240
* [#878] (https://github.com/sei-protocol/sei-chain/pull/878) Fix denom key collision

app/upgrades.go

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ var upgradesList = []string{
5555
"3.0.3",
5656
"3.0.4",
5757
"3.0.5",
58+
"3.0.6",
5859
}
5960

6061
func (app App) RegisterUpgradeHandlers() {

0 commit comments

Comments
 (0)