Skip to content

Commit

Permalink
3.0.2 release (sei-protocol#811)
Browse files Browse the repository at this point in the history
* 3.0.2 release

* 3.0.2 release
  • Loading branch information
philipsu522 authored May 28, 2023
1 parent a757629 commit 5d54502
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5d54502

Please sign in to comment.