From aefdcf862fed3dfe0e0838990b98217832cd3ba2 Mon Sep 17 00:00:00 2001 From: Philip Su Date: Tue, 23 Jul 2024 09:32:22 -0700 Subject: [PATCH] Add v5.7.0 upgrade (#1777) --- CHANGELOG.md | 4 ++++ app/upgrades.go | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c27641bfb7..81cff3fe9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/upgrades.go b/app/upgrades.go index 57dd776e21..b21297d480 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -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