Skip to content

Commit 4e9752d

Browse files
backport bump SDK to v0.44.1 to v2.0.x (#466)
* backport #455 to v2.0.x * run go mod tidy to fix some complaints about the go.sum file Co-authored-by: colin axnér <[email protected]> Co-authored-by: Carlos Rodriguez <[email protected]>
1 parent 2d3181b commit 4e9752d

File tree

3 files changed

+323
-22
lines changed

3 files changed

+323
-22
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
3636

3737
## [Unreleased]
3838

39+
### Dependencies
40+
41+
* [\#455](https://github.com/cosmos/ibc-go/pull/455) Bump SDK version to v0.44.1
42+
3943
### API Breaking
4044

4145
* (core) [\#227](https://github.com/cosmos/ibc-go/pull/227) Remove sdk.Result from application callbacks
@@ -49,6 +53,12 @@ Ref: https://keepachangelog.com/en/1.0.0/
4953

5054
* [\#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.
5155

56+
## [v1.2.1](https://github.com/cosmos/ibc-go/releases/tag/v1.2.1) - 2021-10-04
57+
58+
### Dependencies
59+
60+
* [\#455](https://github.com/cosmos/ibc-go/pull/455) Bump SDK version to v0.44.1
61+
5262
## [v1.2.0](https://github.com/cosmos/ibc-go/releases/tag/v1.2.0) - 2021-09-10
5363

5464
### State Machine Breaking
@@ -67,6 +77,12 @@ Ref: https://keepachangelog.com/en/1.0.0/
6777

6878
* [\#386](https://github.com/cosmos/ibc-go/pull/386) Bump [tendermint](https://github.com/tendermint/tendermint) from 0.34.12 to 0.34.13.
6979

80+
## [v1.1.1](https://github.com/cosmos/ibc-go/releases/tag/v1.1.1) - 2021-10-04
81+
82+
### Dependencies
83+
84+
* [\#455](https://github.com/cosmos/ibc-go/pull/455) Bump SDK version to v0.44.1
85+
7086
## [v1.1.0](https://github.com/cosmos/ibc-go/releases/tag/v1.1.0) - 2021-09-03
7187

7288
### Dependencies

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alp
77
require (
88
github.com/armon/go-metrics v0.3.9
99
github.com/confio/ics23/go v0.6.6
10-
github.com/cosmos/cosmos-sdk v0.44.0
10+
github.com/cosmos/cosmos-sdk v0.44.1
1111
github.com/gogo/protobuf v1.3.3
1212
github.com/golang/protobuf v1.5.2
1313
github.com/gorilla/mux v1.8.0

0 commit comments

Comments
 (0)