File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
3434
3535# Changelog
3636
37+ ## [ v1.2.2] ( https://github.com/cosmos/ibc-go/releases/tag/v1.2.2 ) - 2021-10-15
38+
39+ * [ \# 485] ( https://github.com/cosmos/ibc-go/pull/485 ) Bump SDK version to v0.44.2
40+
3741## [ v1.2.1] ( https://github.com/cosmos/ibc-go/releases/tag/v1.2.1 ) - 2021-10-04
3842
3943### Dependencies
@@ -58,6 +62,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
5862
5963* [ \# 386] ( https://github.com/cosmos/ibc-go/pull/386 ) Bump [ tendermint] ( github.com/tendermint/tendermint ) from 0.34.12 to 0.34.13.
6064
65+ ## [ v1.1.2] ( https://github.com/cosmos/ibc-go/releases/tag/v1.1.2 ) - 2021-10-15
66+
67+ * [ \# 485] ( https://github.com/cosmos/ibc-go/pull/485 ) Bump SDK version to v0.44.2
68+
6169## [ v1.1.1] ( https://github.com/cosmos/ibc-go/releases/tag/v1.1.1 ) - 2021-10-04
6270
6371### Dependencies
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alp
77require (
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.1
10+ github.com/cosmos/cosmos-sdk v0.44.2
1111 github.com/gogo/protobuf v1.3.3
1212 github.com/golang/protobuf v1.5.2
1313 github.com/gorilla/mux v1.8.0
Original file line number Diff line number Diff line change @@ -214,8 +214,8 @@ github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a/go.mod h1:F5haX7
214214github.com/coreos/go-systemd/v22 v22.3.2 /go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc =
215215github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf /go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA =
216216github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f /go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA =
217- github.com/cosmos/cosmos-sdk v0.44.1 h1:UspmTMwKNGf6mH8k388v2T5csP9BYpPJkbQ/eG30PtM =
218- github.com/cosmos/cosmos-sdk v0.44.1 /go.mod h1:fwQJdw+aECatpTvQTo1tSfHEsxACdZYU80QCZUPnHr4 =
217+ github.com/cosmos/cosmos-sdk v0.44.2 h1:EWoj9h9Q9t7uqS3LyqzZWWwnSEodUJlYDMloDoPBD3Y =
218+ github.com/cosmos/cosmos-sdk v0.44.2 /go.mod h1:fwQJdw+aECatpTvQTo1tSfHEsxACdZYU80QCZUPnHr4 =
219219github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d /go.mod h1:tSxLoYXyBmiFeKpvmq4dzayMdCjCnu8uqmCysIGBT2Y =
220220github.com/cosmos/go-bip39 v1.0.0 h1:pcomnQdrdH22njcAatO0yWojsUnCO3y2tNoV1cb6hHY =
221221github.com/cosmos/go-bip39 v1.0.0 /go.mod h1:RNJv0H/pOIVgxw6KS7QeX2a0Uo0aKUlfhZ4xuwvCdJw =
You can’t perform that action at this time.
0 commit comments