Skip to content

Commit 7ad39e4

Browse files
authored
Bump version to v3.3.0 (#1138)
1 parent 8122e25 commit 7ad39e4

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.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+
3034
## v3.2.1
3135
sei-chain:
3236
* [#1073](https://github.com/sei-protocol/sei-chain/pull/1073) Add timestamp to oracle exchange rates

app/upgrades.go

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ var upgradesList = []string{
6363
"v3.0.9",
6464
"v3.1.1",
6565
"v3.2.1",
66+
"v3.3.0",
6667
}
6768

6869
// if there is an override list, use that instead, for integration tests

0 commit comments

Comments
 (0)