File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,10 @@ Ref: https://keepachangelog.com/en/1.0.0/
3737
3838## [ Unreleased]
3939
40+ ## [ v0.38.3] - 2020-04-09
41+
42+ * (tendermint) Bump Tendermint version to [ v0.33.3] ( https://github.com/tendermint/tendermint/releases/tag/v0.33.3 ) .
43+
4044## [ v0.38.2] - 2020-03-25
4145
4246### Bug Fixes
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
2525 github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15
2626 github.com/tendermint/go-amino v0.15.1
2727 github.com/tendermint/iavl v0.13.2
28- github.com/tendermint/tendermint v0.33.2
28+ github.com/tendermint/tendermint v0.33.3
2929 github.com/tendermint/tm-db v0.5.0
3030 gopkg.in/yaml.v2 v2.2.8
3131)
Original file line number Diff line number Diff line change @@ -430,6 +430,8 @@ github.com/tendermint/iavl v0.13.2 h1:O1m08/Ciy53l9IYmf75uIRVvrNsfjEbre8u/yCu/oq
430430github.com/tendermint/iavl v0.13.2 /go.mod h1:vE1u0XAGXYjHykd4BLp8p/yivrw2PF1TuoljBcsQoGA =
431431github.com/tendermint/tendermint v0.33.2 h1:NzvRMTuXJxqSsFed2J7uHmMU5N1CVzSpfi3nCc882KY =
432432github.com/tendermint/tendermint v0.33.2 /go.mod h1:25DqB7YvV1tN3tHsjWoc2vFtlwICfrub9XO6UBO+4xk =
433+ github.com/tendermint/tendermint v0.33.3 h1:6lMqjEoCGejCzAghbvfQgmw87snGSqEhDTo/jw+W8CI =
434+ github.com/tendermint/tendermint v0.33.3 /go.mod h1:25DqB7YvV1tN3tHsjWoc2vFtlwICfrub9XO6UBO+4xk =
433435github.com/tendermint/tm-db v0.4.1 /go.mod h1:JsJ6qzYkCGiGwm5GHl/H5GLI9XLb6qZX7PRe425dHAY =
434436github.com/tendermint/tm-db v0.5.0 h1:qtM5UTr1dlRnHtDY6y7MZO5Di8XAE2j3lc/pCnKJ5hQ =
435437github.com/tendermint/tm-db v0.5.0 /go.mod h1:lSq7q5WRR/njf1LnhiZ/lIJHk2S8Y1Zyq5oP/3o9C2U =
You can’t perform that action at this time.
0 commit comments