From 000e9d20b15b3c6939cefc0e26daa4b64c1be8fb Mon Sep 17 00:00:00 2001
From: Carlos Rodriguez <carlos@interchain.io>
Date: Fri, 9 Jun 2023 10:20:23 +0200
Subject: [PATCH] prepare changelog before v7.1.0 release

---
 CHANGELOG.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25b3378c059..a1f94f218b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,17 +34,13 @@ Ref: https://keepachangelog.com/en/1.0.0/
 
 # Changelog
 
-## [Unreleased]
+## [v7.1.0](https://github.com/cosmos/ibc-go/releases/tag/v7.1.0) - 2023-06-09 
 
 ### Dependencies
 
 * [\#3542](https://github.com/cosmos/ibc-go/pull/3542) Update Cosmos SDK to v0.47.2 and CometBFT to v0.37.1.
 * [\#3457](https://github.com/cosmos/ibc-go/pull/3457) Update to ics23 v0.10.0.
 
-### API Breaking
-
-### State Machine Breaking
-
 ### Improvements
 
 * (apps/transfer) [\#3454](https://github.com/cosmos/ibc-go/pull/3454) Support transfer authorization unlimited spending when the max `uint256` value is provided as limit.