From c05a6d66989c0cd17f8d41b77c2e3cb9ebe9e0cc Mon Sep 17 00:00:00 2001 From: Cian Hatton Date: Tue, 24 Jan 2023 12:04:39 +0000 Subject: [PATCH] chore: updating CHANGELOG and cliff toml --- CHANGELOG.md | 24 +++++++++++++++--------- cliff.toml | 2 +- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 337a6cc3b34..6028d0ab25d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,24 +36,30 @@ Ref: https://keepachangelog.com/en/1.0.0/ ## [Unreleased] -### Dependencies - -* [\#2868](https://github.com/cosmos/ibc-go/pull/2868) Bump ICS 23 to v0.9.0. - -### API Breaking +## [4.3.0] - 2023-01-24 ### State Machine Breaking -* (apps/29-fee) [\#2942](https://github.com/cosmos/ibc-go/pull/2942) Check `x/bank` send enabled before escrowing fees +* Write channel state before invoking app callbacks in ack and confirm channel handshake steps ([#2973](https://github.com/cosmos/ibc-go/issues/2973)) ### Improvements -* (apps/29-fee) [\#2786](https://github.com/cosmos/ibc-go/pull/2786) Save gas by checking key existence with `KVStore`'s `Has` method. - -### Features +* Save gas on IsFeeEnabled ([#2786](https://github.com/cosmos/ibc-go/issues/2786)) ### Bug Fixes +* Check `x/bank` send enabled before escrowing fees ([#2942](https://github.com/cosmos/ibc-go/issues/2942)) ([#2952](https://github.com/cosmos/ibc-go/issues/2952)) + +### Documentation + +* Fix migration/docs for ICA controller middleware ([#2737](https://github.com/cosmos/ibc-go/issues/2737)) ([#2763](https://github.com/cosmos/ibc-go/issues/2763)) + +### Miscellaneous Tasks + +* Integrated git cliff into the code base to automate generation of changelogs ([#2772](https://github.com/cosmos/ibc-go/issues/2772)) +* Bump ics23 to v0.9.0 ([#2868](https://github.com/cosmos/ibc-go/issues/2868)) ([#2877](https://github.com/cosmos/ibc-go/issues/2877)) + + ## [v4.2.0](https://github.com/cosmos/ibc-go/releases/tag/v4.2.0) - 2022-11-07 ### Dependencies diff --git a/cliff.toml b/cliff.toml index c29518f5bbf..8809801ea7e 100644 --- a/cliff.toml +++ b/cliff.toml @@ -36,7 +36,7 @@ All notable changes to this project will be documented in this file. # https://tera.netlify.app/docs/#introduction body = """ {% if version %}\ - ## [{{ version | trim_start_matches(pat="v") }}] - {{ timestamp | date(format="%Y-%m-%d") }} + ## [{{ version }}](https://github.com/cosmos/ibc-go/releases/tag/{{ version }}) - {{ timestamp | date(format="%Y-%m-%d") }} {% else %}\ ## [unreleased] {% endif %}\