From cbe29577b1452325124738fe2778bc6e5d6f76a9 Mon Sep 17 00:00:00 2001 From: Uday Patil Date: Fri, 19 Apr 2024 17:17:41 -0500 Subject: [PATCH] Add v5.0.0 upgrade (#1573) --- CHANGELOG.md | 8 ++++++++ app/upgrades.go | 1 + 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d143989d8..ab3701fba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,14 @@ Ref: https://keepachangelog.com/en/1.0.0/ --> # Changelog +## v5.0.0 +sei-chain: +[Compare v3.9.0...v5.0.0](https://github.com/sei-protocol/sei-chain/compare/v3.9.0...008ff68) +sei-cosmos: +[Compare v0.2.84...v0.3.1](https://github.com/sei-protocol/sei-cosmos/compare/v0.2.83...v0.3.1) +sei-tendermint: +[Compare v0.2.40...v0.3.0](https://github.com/sei-protocol/sei-tendermint/compare/v0.2.40...v0.3.0) + ## v3.9.0 sei-chain: * [#1565](https://github.com/sei-protocol/sei-chain/pull/1565) Cosmos Gas Multiplier Params diff --git a/app/upgrades.go b/app/upgrades.go index 56b57a7302..ba683ae6f5 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -90,6 +90,7 @@ var upgradesList = []string{ "v4.1.8-evm-devnet", "v4.1.9-evm-devnet", "v4.2.0-evm-devnet", + "v5.0.0", } // if there is an override list, use that instead, for integration tests