File tree Expand file tree Collapse file tree 3 files changed +343
-33
lines changed Expand file tree Collapse file tree 3 files changed +343
-33
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ Ref: https://keepachangelog.com/en/1.0.0/
34
34
35
35
# Changelog
36
36
37
- ## [ Unreleased ]
37
+ ## [ v1.2.1 ] ( https://github.com/cosmos/ibc-go/releases/tag/v1.2.1 ) - 2021-10-04
38
38
39
- ### API Breaking
39
+ ### Dependencies
40
40
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
42
42
43
43
## [ v1.2.0] ( https://github.com/cosmos/ibc-go/releases/tag/v1.2.0 ) - 2021-09-10
44
44
@@ -58,6 +58,24 @@ Ref: https://keepachangelog.com/en/1.0.0/
58
58
59
59
* [ \# 386] ( https://github.com/cosmos/ibc-go/pull/386 ) Bump [ tendermint] ( github.com/tendermint/tendermint ) from 0.34.12 to 0.34.13.
60
60
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
+
61
79
## [ v1.0.0] ( https://github.com/cosmos/ibc-go/releases/tag/v1.0.0 ) - 2021-08-10
62
80
63
81
### Bug Fixes
Original file line number Diff line number Diff line change @@ -7,20 +7,20 @@ replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alp
7
7
require (
8
8
github.com/armon/go-metrics v0.3.9
9
9
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
11
11
github.com/gogo/protobuf v1.3.3
12
12
github.com/golang/protobuf v1.5.2
13
13
github.com/gorilla/mux v1.8.0
14
14
github.com/grpc-ecosystem/grpc-gateway v1.16.0
15
15
github.com/pkg/errors v0.9.1
16
16
github.com/rakyll/statik v0.1.7
17
17
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
20
20
github.com/stretchr/testify v1.7.0
21
21
github.com/tendermint/tendermint v0.34.13
22
22
github.com/tendermint/tm-db v0.6.4
23
23
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
26
26
)
You can’t perform that action at this time.
0 commit comments