Skip to content

Commit e3036e3

Browse files
update changelog (#645)
* update changelog * cosmetic update of changelog Co-authored-by: Carlos Rodriguez <[email protected]>
1 parent a8ebc3f commit e3036e3

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

CHANGELOG.md

+31-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Ref: https://keepachangelog.com/en/1.0.0/
4242

4343
### API Breaking
4444

45-
* (core) [\#629](https://github.com/cosmos/ibc-go/pull/629) Removes the GetProofSpecs from the ClientState interface. This function was previously unused by core IBC.
45+
* (core) [\#629](https://github.com/cosmos/ibc-go/pull/629) Removes the `GetProofSpecs` from the ClientState interface. This function was previously unused by core IBC.
4646
* (transfer) [\#517](https://github.com/cosmos/ibc-go/pull/517) Separates the ICS 26 callback functions from `AppModule` into a new type `IBCModule` for ICS 20 transfer.
47-
* (modules/core/02-client) [\#536](https://github.com/cosmos/ibc-go/pull/536) GetSelfConsensusState return type changed from bool to error.
47+
* (modules/core/02-client) [\#536](https://github.com/cosmos/ibc-go/pull/536) `GetSelfConsensusState` return type changed from bool to error.
4848
* (channel) [\#644](https://github.com/cosmos/ibc-go/pull/644) Removes `CounterpartyHops` function from the ChannelKeeper.
4949

5050
### State Machine Breaking
@@ -61,6 +61,15 @@ Ref: https://keepachangelog.com/en/1.0.0/
6161
* [\#380](https://github.com/cosmos/ibc-go/pull/380) Adding the Interchain Accounts module v1
6262

6363
### Bug Fixes
64+
65+
## [v2.0.2](https://github.com/cosmos/ibc-go/releases/tag/v2.0.2) - 2021-12-15
66+
67+
### Dependencies
68+
69+
* [\#589](https://github.com/cosmos/ibc-go/pull/589) Bump SDK version to v0.44.5
70+
71+
### Bug Fixes
72+
6473
* (modules/core) [\#603](https://github.com/cosmos/ibc-go/pull/603) Fix module name emitted as part of `OnChanOpenInit` event. Replacing `connection` module name with `channel`.
6574

6675
## [v2.0.1](https://github.com/cosmos/ibc-go/releases/tag/v2.0.1) - 2021-12-05
@@ -94,6 +103,16 @@ Ref: https://keepachangelog.com/en/1.0.0/
94103

95104
* [\#384](https://github.com/cosmos/ibc-go/pull/384) Added `NegotiateAppVersion` method to `IBCModule` interface supported by a gRPC query service in `05-port`. This provides routing of requests to the desired application module callback, which in turn performs application version negotiation.
96105

106+
## [v1.2.5](https://github.com/cosmos/ibc-go/releases/tag/v1.2.5) - 2021-12-15
107+
108+
### Dependencies
109+
110+
* [\#589](https://github.com/cosmos/ibc-go/pull/589) Bump SDK version to v0.44.5
111+
112+
### Bug Fixes
113+
114+
* (modules/core) [\#603](https://github.com/cosmos/ibc-go/pull/603) Fix module name emitted as part of `OnChanOpenInit` event. Replacing `connection` module name with `channel`.
115+
97116
## [v1.2.4](https://github.com/cosmos/ibc-go/releases/tag/v1.2.4) - 2021-12-05
98117

99118
### Dependencies
@@ -141,6 +160,16 @@ Ref: https://keepachangelog.com/en/1.0.0/
141160

142161
* [\#386](https://github.com/cosmos/ibc-go/pull/386) Bump [tendermint](https://github.com/tendermint/tendermint) from v0.34.12 to v0.34.13.
143162

163+
## [v1.1.5](https://github.com/cosmos/ibc-go/releases/tag/v1.1.5) - 2021-12-15
164+
165+
### Dependencies
166+
167+
* [\#589](https://github.com/cosmos/ibc-go/pull/589) Bump SDK version to v0.44.5
168+
169+
### Bug Fixes
170+
171+
* (modules/core) [\#603](https://github.com/cosmos/ibc-go/pull/603) Fix module name emitted as part of `OnChanOpenInit` event. Replacing `connection` module name with `channel`.
172+
144173
## [v1.1.4](https://github.com/cosmos/ibc-go/releases/tag/v1.1.4) - 2021-12-05
145174

146175
### Dependencies

0 commit comments

Comments
 (0)