We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8122e25 commit 7ad39e4Copy full SHA for 7ad39e4
CHANGELOG.md
@@ -27,6 +27,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
27
-->
28
29
# Changelog
30
+## v3.3.0
31
+sei-ibc-go:
32
+* [#35](https://github.com/sei-protocol/sei-ibc-go/pull/35) Upgrade to Ibc v3.4.0
33
+
34
## v3.2.1
35
sei-chain:
36
* [#1073](https://github.com/sei-protocol/sei-chain/pull/1073) Add timestamp to oracle exchange rates
app/upgrades.go
@@ -63,6 +63,7 @@ var upgradesList = []string{
63
"v3.0.9",
64
"v3.1.1",
65
"v3.2.1",
66
+ "v3.3.0",
67
}
68
69
// if there is an override list, use that instead, for integration tests
0 commit comments