From 383bc5337f166c7eb280221671ca7064b9cee151 Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Mon, 5 Oct 2020 12:27:58 +0200 Subject: [PATCH] changelog: add missing date to v0.33.5 release, fix indentation (#5454) (#5455) I forgot to add the date when we cut 0.33.5. This fixes that. It also fixes a header indentation issue for 0.33.8. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd9ac9ac9..d57c9d520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -240,7 +240,7 @@ This release was removed, as a premature GitHub tag was recorded on sum.golang.o *August 11, 2020* -## Go security update +### Go security update Go reported a security vulnerability that affected the `encoding/binary` package. The most recent binary for tendermint is using 1.14.6, for this reason the Tendermint engineering team has opted to conduct a release to aid users in using the correct version of Go. Read more about the security issue [here](https://github.com/golang/go/issues/40618). @@ -322,6 +322,8 @@ need to update your code.** ## v0.33.5 +*May 28, 2020* + Special thanks to external contributors on this release: @tau3, Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).