changelog: add v0.33.7 release (#5203)

Merge once #5185 is out.
This commit is contained in:
Erik Grinaker
2020-08-04 13:53:23 +02:00
committed by GitHub
parent 68468fb024
commit 310f802cd2

View File

@@ -142,6 +142,16 @@ Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermi
This release was removed, as a premature GitHub tag was recorded on sum.golang.org causing checksum errors.
## v0.33.7
*August 4, 2020*
### BUG FIXES:
- [go] Build release binary using Go 1.14.4, to avoid halt caused by Go 1.14.1 (https://github.com/golang/go/issues/38223)
- [privval] [\#5140](https://github.com/tendermint/tendermint/pull/5140) `RemoteSignerError` from remote signers are no longer retried (@melekes)
## v0.33.6
*July 2, 2020*