From 15c090809046e165eb2c4be5fd27b93bc8cb4bf4 Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Tue, 20 Dec 2022 09:32:30 +0100 Subject: [PATCH] update changelog in preparation for v5.2.0 release --- CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2726941482..17895f38c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,15 +34,13 @@ Ref: https://keepachangelog.com/en/1.0.0/ # Changelog -## [Unreleased] +## [v5.2.0](https://github.com/cosmos/ibc-go/releases/tag/v5.2.0) - 2022-12-20 ### Dependencies * [\#2868](https://github.com/cosmos/ibc-go/pull/2868) Bump ICS 23 to v0.9.0. * [\#2944](https://github.com/cosmos/ibc-go/pull/2944) Bump Cosmos SDK to v0.46.7 and Tendermint to v0.34.24. -### API Breaking - ### State Machine Breaking * (apps/29-fee) [\#2942](https://github.com/cosmos/ibc-go/pull/2942) Check `x/bank` send enabled before escrowing fees. @@ -51,10 +49,6 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (apps/29-fee) [\#2786](https://github.com/cosmos/ibc-go/pull/2786) Save gas by checking key existence with `KVStore`'s `Has` method. -### Features - -### Bug Fixes - ## [v5.1.0](https://github.com/cosmos/ibc-go/releases/tag/v5.1.0) - 2022-11-09 ### Dependencies