From 4e7724bbe23d506f0b714c1d5e2fa675f394fcce Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Thu, 22 Jun 2023 22:11:34 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7826caf3efb..90c15e1a981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,25 +34,17 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog -## [Unreleased] +## [v7.2.0](https://github.com/cosmos/ibc-go/releases/tag/v7.1.0) - 2023-06-22 ### Dependencies * [\#3810](https://github.com/cosmos/ibc-go/pull/3810) Update Cosmos SDK to v0.47.3. * [\#3862](https://github.com/cosmos/ibc-go/pull/3862) Update CometBFT to v0.37.2. -### API Breaking - ### State Machine Breaking * [\#3907](https://github.com/cosmos/ibc-go/pull/3907) Re-implemented missing functions of `LegacyMsg` interface to fix transaction signing with ledger. -### Improvements - -### Features - -### Bug Fixes - ## [v7.1.0](https://github.com/cosmos/ibc-go/releases/tag/v7.1.0) - 2023-06-09 ### Dependencies