Skip to content

Commit

Permalink
Add v5.7.0 upgrade (#1777)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsu522 authored Jul 23, 2024
1 parent 7d563ed commit aefdcf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
-->

# Changelog
## v5.7.0
sei-chain
* [#1731](https://github.com/sei-protocol/sei-chain/pull/1731) Remove 1-hop limit
* [#1663](https://github.com/sei-protocol/sei-chain/pull/1663) Retain pointer address on upgrade

## v5.6.0
sei-chain
Expand Down
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ var upgradesList = []string{
"v5.5.2",
"v5.5.5",
"v5.6.0",
"v5.7.0",
}

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

0 comments on commit aefdcf8

Please sign in to comment.