We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d563ed commit aefdcf8Copy full SHA for aefdcf8
CHANGELOG.md
@@ -27,6 +27,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
27
-->
28
29
# Changelog
30
+## v5.7.0
31
+sei-chain
32
+* [#1731](https://github.com/sei-protocol/sei-chain/pull/1731) Remove 1-hop limit
33
+* [#1663](https://github.com/sei-protocol/sei-chain/pull/1663) Retain pointer address on upgrade
34
35
## v5.6.0
36
sei-chain
app/upgrades.go
@@ -103,6 +103,7 @@ var upgradesList = []string{
103
"v5.5.2",
104
"v5.5.5",
105
"v5.6.0",
106
+ "v5.7.0",
107
}
108
109
// if there is an override list, use that instead, for integration tests
0 commit comments