We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee68dd commit 73c34e9Copy full SHA for 73c34e9
CHANGELOG.md
@@ -27,6 +27,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
27
-->
28
29
# 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
+
34
## v3.0.9
35
* [#154](https://github.com/sei-protocol/sei-tendermint/pull/154) Fix empty prevote latency metrics
36
app/upgrades.go
@@ -59,6 +59,7 @@ var upgradesList = []string{
59
"3.0.7",
60
"3.0.8",
61
"v3.0.9",
62
+ "v3.1.0",
63
}
64
65
func (app App) RegisterUpgradeHandlers() {
0 commit comments