File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,14 @@ Ref: https://keepachangelog.com/en/1.0.0/
27
27
-->
28
28
29
29
# 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
+
30
38
### 3.0.5
31
39
sei-chain:
32
40
* [ #878 ] (https://github.com/sei-protocol/sei-chain/pull/878 ) Fix denom key collision
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ var upgradesList = []string{
55
55
"3.0.3" ,
56
56
"3.0.4" ,
57
57
"3.0.5" ,
58
+ "3.0.6" ,
58
59
}
59
60
60
61
func (app App ) RegisterUpgradeHandlers () {
You can’t perform that action at this time.
0 commit comments