From cb5277c87599a6ff768b887cec9889b40d128e46 Mon Sep 17 00:00:00 2001 From: Yiming Zang <50607998+yzang2019@users.noreply.github.com> Date: Thu, 13 Jul 2023 07:38:44 -0700 Subject: [PATCH] Cut 3.0.6 release (#977) * 3.0.6 release * nit --------- Co-authored-by: Philip Su --- CHANGELOG.md | 8 ++++++++ app/upgrades.go | 1 + 2 files changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcbab0b170..097df536f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,14 @@ Ref: https://keepachangelog.com/en/1.0.0/ --> # Changelog +### 3.0.6 +sei-chain: +*[#944] (https://github.com/sei-protocol/sei-chain/pull/944) Add new configuration for snapshot directory +*[#940] (https://github.com/sei-protocol/sei-chain/pull/940) Use ImmutableAppend for v16 to v17 dex migration + +sei-cosmos: +*[#306] (https://github.com/sei-protocol/sei-cosmos/pull/306) Fix dryRun for seid tx + ### 3.0.5 sei-chain: * [#878] (https://github.com/sei-protocol/sei-chain/pull/878) Fix denom key collision diff --git a/app/upgrades.go b/app/upgrades.go index 8fba08dba8..127d406382 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -55,6 +55,7 @@ var upgradesList = []string{ "3.0.3", "3.0.4", "3.0.5", + "3.0.6", } func (app App) RegisterUpgradeHandlers() {