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() {