Skip to content

Commit cde7dde

Browse files
committed
update changelog and git cliff toml
1 parent 5c59a47 commit cde7dde

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,18 @@ Types of changes (Stanzas):
3131
"State Machine Breaking" for any changes that result in a different AppState given the same genesisState and txList.
3232
Ref: https://keepachangelog.com/en/1.0.0/
3333
-->
34-
3534
# Changelog
3635

36+
All notable changes to this project will be documented in this file.
37+
3738
## [Unreleased]
3839

39-
## [4.3.0] - 2023-01-24
40+
## [v4.3.0](https://github.com/cosmos/ibc-go/releases/tag/v4.3.0) - 2023-01-24
41+
42+
### Dependencies
43+
44+
* Bump Cosmos SDK to v0.45.12 ([#3049](https://github.com/cosmos/ibc-go/issues/3049))
45+
* Bump ics23 to v0.9.0 ([#2868](https://github.com/cosmos/ibc-go/issues/2868)) ([#2877](https://github.com/cosmos/ibc-go/issues/2877))
4046

4147
### State Machine Breaking
4248

@@ -57,8 +63,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
5763
### Miscellaneous Tasks
5864

5965
* Integrated git cliff into the code base to automate generation of changelogs ([#2772](https://github.com/cosmos/ibc-go/issues/2772))
60-
* Bump ics23 to v0.9.0 ([#2868](https://github.com/cosmos/ibc-go/issues/2868)) ([#2877](https://github.com/cosmos/ibc-go/issues/2877))
61-
66+
* Updating CHANGELOG and cliff toml
6267

6368
## [v4.2.0](https://github.com/cosmos/ibc-go/releases/tag/v4.2.0) - 2022-11-07
6469

cliff.toml

+2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ Ref: https://keepachangelog.com/en/1.0.0/
3030
-->
3131
3232
# Changelog
33+
3334
All notable changes to this project will be documented in this file.
35+
3436
"""
3537
# template for the changelog body
3638
# https://tera.netlify.app/docs/#introduction

0 commit comments

Comments
 (0)