Skip to content

Commit 712351f

Browse files
update changelog
1 parent 3e59143 commit 712351f

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

CHANGELOG.md

+29-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ Ref: https://keepachangelog.com/en/1.0.0/
3434

3535
# Changelog
3636

37-
## [Unreleased]
37+
## [v2.2.0](https://github.com/cosmos/ibc-go/releases/tag/v2.2.0) - 2022-03-15
3838

3939
### Dependencies
4040

4141
* [\#851](https://github.com/cosmos/ibc-go/pull/851) Bump SDK version to v0.45.1
4242

43-
## [v2.1.0](https://github.com/cosmos/ibc-go/releases/tag/v2.1.0) - 2022-03-01
43+
## [v2.1.0](https://github.com/cosmos/ibc-go/releases/tag/v2.1.0) - 2022-03-15
4444

4545
### Dependencies
4646

@@ -108,6 +108,33 @@ Ref: https://keepachangelog.com/en/1.0.0/
108108

109109
* [\#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.
110110

111+
## [v1.4.0](https://github.com/cosmos/ibc-go/releases/tag/v1.4.0) - 2022-03-15
112+
113+
### Dependencies
114+
115+
* [\#851](https://github.com/cosmos/ibc-go/pull/851) Bump SDK version to v0.45.1
116+
117+
## [v1.3.0](https://github.com/cosmos/ibc-go/releases/tag/v1.3.0) - 2022-03-15
118+
119+
### Dependencies
120+
121+
* [\#1073](https://github.com/cosmos/ibc-go/pull/1073) Bump SDK version to v0.44.6
122+
* [\#948](https://github.com/cosmos/ibc-go/pull/948) Bump ics23/go to v0.7
123+
124+
### State Machine Breaking
125+
126+
* (transfer) [\#818](https://github.com/cosmos/ibc-go/pull/818) Error acknowledgements returned from Transfer `OnRecvPacket` now include a deterministic ABCI code and error message.
127+
128+
### Features
129+
130+
* [\#679](https://github.com/cosmos/ibc-go/pull/679) New CLI command `query ibc-transfer denom-hash <denom trace>` to get the denom hash for a denom trace; this might be useful for debug
131+
132+
### Bug Fixes
133+
134+
* (client) [\#941](https://github.com/cosmos/ibc-go/pull/941) Classify client states without consensus states as expired
135+
* (transfer) [\#978](https://github.com/cosmos/ibc-go/pull/978) Support base denoms with slashes in denom validation
136+
* (channel) [\#995](https://github.com/cosmos/ibc-go/pull/995) Call `packet.GetSequence()` rather than passing func in `AcknowledgePacket` log output
137+
111138
## [v1.2.6](https://github.com/cosmos/ibc-go/releases/tag/v1.2.6) - 2022-01-25
112139

113140
### Improvements

0 commit comments

Comments
 (0)