From 4a0fab041bd66a2d324f6726a843e90378efd069 Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Thu, 11 Feb 2021 19:13:40 +0100 Subject: [PATCH] changelog: update for v0.34.4 (#6096) --- CHANGELOG.md | 23 +++++++++++++++++++---- CHANGELOG_PENDING.md | 5 +---- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8871ea8..fdd28b805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,30 @@ # Changelog -## v0.34.3 +## v0.34.4 + +*February 11, 2021* + +Special thanks to external contributors on this release: @yayajacky, @odidev, @laniehei, and @c29r3! + +Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint). + +### BUG FIXES + +- [light] [\#6022](https://github.com/tendermint/tendermint/pull/6022) Fix a bug when the number of validators equals 100 (@melekes) +- [light] [\#6026](https://github.com/tendermint/tendermint/pull/6026) Fix a bug when height isn't provided for the rpc calls: `/commit` and `/validators` (@cmwaters) +- [evidence] [\#6068](https://github.com/tendermint/tendermint/pull/6068) Terminate broadcastEvidenceRoutine when peer is stopped (@melekes) + + +## v0.34.3 *January 19, 2021* -This release includes a fix for a high-severity security vulnerability. +This release includes a fix for a high-severity security vulnerability. More information on this vulnerability will be released on January 26, 2021 -and this changelog will be updated. +and this changelog will be updated. It also updates GoGo Protobuf to 1.3.2 in order to pick up the fix for -https://nvd.nist.gov/vuln/detail/CVE-2021-3121. +https://nvd.nist.gov/vuln/detail/CVE-2021-3121. Friendly reminder: We have a [bug bounty program](https://hackerone.com/tendermint). diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index e0464991d..31beb85c4 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -1,6 +1,6 @@ # Unreleased Changes -## v0.34.4 +## v0.34.5 Special thanks to external contributors on this release: @@ -24,6 +24,3 @@ Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermi ### BUG FIXES -- [light] \#6022 Fix a bug when the number of validators equals 100 (@melekes) -- [light] \#6026 Fix a bug when height isn't provided for the rpc calls: `/commit` and `/validators` (@cmwaters) -- [evidence] \#6068 Terminate broadcastEvidenceRoutine when peer is stopped (@melekes)