Skip to content

Commit 73c34e9

Browse files
Kbhat1Kartik Bhat
and
Kartik Bhat
authored
Cut v3.1.0 for version release (#1062)
Co-authored-by: Kartik Bhat <[email protected]>
1 parent eee68dd commit 73c34e9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
2727
-->
2828

2929
# Changelog
30+
## v3.1.0
31+
sei-ibc-go:
32+
* [#34](https://github.com/sei-protocol/sei-ibc-go/pull/34) Upgrade to Ibc v3.2.0
33+
3034
## v3.0.9
3135
* [#154](https://github.com/sei-protocol/sei-tendermint/pull/154) Fix empty prevote latency metrics
3236

app/upgrades.go

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ var upgradesList = []string{
5959
"3.0.7",
6060
"3.0.8",
6161
"v3.0.9",
62+
"v3.1.0",
6263
}
6364

6465
func (app App) RegisterUpgradeHandlers() {

0 commit comments

Comments
 (0)