From 310f802cd2cbcb522869bf114063c7ad9d503ef4 Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Tue, 4 Aug 2020 13:53:23 +0200 Subject: [PATCH] changelog: add v0.33.7 release (#5203) Merge once #5185 is out. --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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*