Skip to content

Commit aefdcf8

Browse files
authored
Add v5.7.0 upgrade (#1777)
1 parent 7d563ed commit aefdcf8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

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

2929
# 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
3034

3135
## v5.6.0
3236
sei-chain

app/upgrades.go

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ var upgradesList = []string{
103103
"v5.5.2",
104104
"v5.5.5",
105105
"v5.6.0",
106+
"v5.7.0",
106107
}
107108

108109
// if there is an override list, use that instead, for integration tests

0 commit comments

Comments
 (0)