File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,18 @@ Types of changes (Stanzas):
31
31
"State Machine Breaking" for any changes that result in a different AppState given the same genesisState and txList.
32
32
Ref: https://keepachangelog.com/en/1.0.0/
33
33
-->
34
-
35
34
# Changelog
36
35
36
+ All notable changes to this project will be documented in this file.
37
+
37
38
## [ Unreleased]
38
39
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 ) )
40
46
41
47
### State Machine Breaking
42
48
@@ -57,8 +63,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
57
63
### Miscellaneous Tasks
58
64
59
65
* 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
62
67
63
68
## [ v4.2.0] ( https://github.com/cosmos/ibc-go/releases/tag/v4.2.0 ) - 2022-11-07
64
69
Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ Ref: https://keepachangelog.com/en/1.0.0/
30
30
-->
31
31
32
32
# Changelog
33
+
33
34
All notable changes to this project will be documented in this file.
35
+
34
36
"""
35
37
# template for the changelog body
36
38
# https://tera.netlify.app/docs/#introduction
You can’t perform that action at this time.
0 commit comments