From 0ed7b120fa6c737d7be8b3ccd039555ebbb99d9a Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 11 Aug 2020 11:23:41 +0200 Subject: [PATCH] changelog: rc0/33.8 (#5222) --- CHANGELOG.md | 9 +++++++++ version/version.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3184eb8bc..09c1b682f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v0.33.8 + +*August 11, 2020* + +## 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). + ## v0.33.7 *August 4, 2020* diff --git a/version/version.go b/version/version.go index f394a2446..2815193e4 100644 --- a/version/version.go +++ b/version/version.go @@ -21,7 +21,7 @@ const ( // XXX: Don't change the name of this variable or you will break // automation :) - TMCoreSemVer = "0.33.7" + TMCoreSemVer = "0.33.8" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.16.2"