From d4d7c421fd47f44807a389100b2255806266c406 Mon Sep 17 00:00:00 2001 From: Farhad Shabani Date: Fri, 15 Nov 2024 09:27:47 -0800 Subject: [PATCH] fix: add breaking changes section --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a55ae7d..0b2452b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ This release upgrades the `ibc-rs` and `tendermint-rs` dependencies to `v0.56.0` and `v0.40.0`, respectively. +### BREAKING CHANGES +- Update `ibc` to `0.56.0` and `tendermint` to `0.40.0`. + ([\#5](https://github.com/informalsystems/cosmwasm-ibc/pull/5)) + ## v0.55.0 *October 17, 2024*