diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cf84d91c..48388d10f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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*