From 7ad39e48d8683a14a6e0babac74457df3e9e8a25 Mon Sep 17 00:00:00 2001 From: Yiming Zang <50607998+yzang2019@users.noreply.github.com> Date: Fri, 10 Nov 2023 14:33:03 -0800 Subject: [PATCH] Bump version to v3.3.0 (#1138) --- CHANGELOG.md | 4 ++++ app/upgrades.go | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index daf642850..e2cebcbc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,10 @@ Ref: https://keepachangelog.com/en/1.0.0/ --> # Changelog +## v3.3.0 +sei-ibc-go: +* [#35](https://github.com/sei-protocol/sei-ibc-go/pull/35) Upgrade to Ibc v3.4.0 + ## v3.2.1 sei-chain: * [#1073](https://github.com/sei-protocol/sei-chain/pull/1073) Add timestamp to oracle exchange rates diff --git a/app/upgrades.go b/app/upgrades.go index 5687708aa..25c19abaf 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -63,6 +63,7 @@ var upgradesList = []string{ "v3.0.9", "v3.1.1", "v3.2.1", + "v3.3.0", } // if there is an override list, use that instead, for integration tests