Skip to content

Commit 6c8357c

Browse files
crodriguezvegacharleenfeicolin-axner
authored
backport bump SDK dependency (#455) to v1.2.x (#462)
* fix: ibc build docs (#361) (#414) * initial fix commit * add release v1.0.1 to versions * improvements for docs website * add new version * address review comments Co-authored-by: Carlos Rodriguez <crodveg@gmail.com> Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com> Co-authored-by: Charly <charly@interchain.berlin> Co-authored-by: Carlos Rodriguez <crodveg@gmail.com> Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com> * backport #455 to v1.1.x * backport #455 to v1.2.x * fixes for build Co-authored-by: Charly <charly@interchain.berlin> Co-authored-by: Carlos Rodriguez <crodveg@gmail.com> Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
1 parent 858de68 commit 6c8357c

File tree

3 files changed

+343
-33
lines changed

3 files changed

+343
-33
lines changed

CHANGELOG.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Ref: https://keepachangelog.com/en/1.0.0/
3434

3535
# Changelog
3636

37-
## [Unreleased]
37+
## [v1.2.1](https://github.com/cosmos/ibc-go/releases/tag/v1.2.1) - 2021-10-04
3838

39-
### API Breaking
39+
### Dependencies
4040

41-
* (core) [\#227](https://github.com/cosmos/ibc-go/pull/227) Remove sdk.Result from application callbacks.
41+
* [\#455](https://github.com/cosmos/ibc-go/pull/455) Bump SDK version to v0.44.1
4242

4343
## [v1.2.0](https://github.com/cosmos/ibc-go/releases/tag/v1.2.0) - 2021-09-10
4444

@@ -58,6 +58,24 @@ Ref: https://keepachangelog.com/en/1.0.0/
5858

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

61+
## [v1.1.1](https://github.com/cosmos/ibc-go/releases/tag/v1.1.1) - 2021-10-04
62+
63+
### Dependencies
64+
65+
* [\#455](https://github.com/cosmos/ibc-go/pull/455) Bump SDK version to v0.44.1
66+
67+
## [v1.1.0](https://github.com/cosmos/ibc-go/releases/tag/v1.1.0) - 2021-09-03
68+
69+
### Dependencies
70+
71+
* [\#367](https://github.com/cosmos/ibc-go/pull/367) Bump [cosmos-sdk](https://github.com/cosmos/cosmos-sdk) from 0.43 to 0.44.
72+
73+
## [v1.0.1](https://github.com/cosmos/ibc-go/releases/tag/v1.0.1) - 2021-08-25
74+
75+
### Improvements
76+
77+
* [\#343](https://github.com/cosmos/ibc-go/pull/343) Create helper functions for publishing of packet sent and acknowledgement sent events.
78+
6179
## [v1.0.0](https://github.com/cosmos/ibc-go/releases/tag/v1.0.0) - 2021-08-10
6280

6381
### Bug Fixes

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ 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
1414
github.com/grpc-ecosystem/grpc-gateway v1.16.0
1515
github.com/pkg/errors v0.9.1
1616
github.com/rakyll/statik v0.1.7
1717
github.com/spf13/cast v1.3.1
18-
github.com/spf13/cobra v1.1.3
19-
github.com/spf13/viper v1.8.0
18+
github.com/spf13/cobra v1.2.1
19+
github.com/spf13/viper v1.8.1
2020
github.com/stretchr/testify v1.7.0
2121
github.com/tendermint/tendermint v0.34.13
2222
github.com/tendermint/tm-db v0.6.4
2323
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c
24-
google.golang.org/grpc v1.38.0
25-
google.golang.org/protobuf v1.26.0
24+
google.golang.org/grpc v1.40.0
25+
google.golang.org/protobuf v1.27.1
2626
)

0 commit comments

Comments
 (0)