From 5d5450241002634a59f0a1963e23e10df1398d51 Mon Sep 17 00:00:00 2001 From: Philip Su Date: Sun, 28 May 2023 13:33:19 -0700 Subject: [PATCH] 3.0.2 release (#811) * 3.0.2 release * 3.0.2 release --- CHANGELOG.md | 6 ++++++ app/upgrades.go | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89805c507d..840aa00699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,12 @@ Ref: https://keepachangelog.com/en/1.0.0/ --> # Changelog +## 3.0.2 +sei-chain : +* [#810] (https://github.com/sei-protocol/sei-chain/pull/810) Disable FOK orders +* [#809] (https://github.com/sei-protocol/sei-chain/pull/809) Huckleberry patch +* [#808] (https://github.com/sei-protocol/sei-chain/pull/808) Add global min fees as a param + ## 3.0.1 sei-chain: * [#797] (https://github.com/sei-protocol/sei-chain/pull/797) Don't charge gas for loading contract dependencies diff --git a/app/upgrades.go b/app/upgrades.go index 0b0c20989d..0810e8d6b5 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -51,6 +51,7 @@ var upgradesList = []string{ // 3.x.x versions have a revamped and optimized dex changes. We also change naming conventions to remove "beta" "3.0.0", "3.0.1", + "3.0.2", } func (app App) RegisterUpgradeHandlers() {