From 60dfebcdcb57954acceea44aee1502da7d602985 Mon Sep 17 00:00:00 2001 From: Alexander Bezobchuk Date: Tue, 29 Oct 2019 14:48:10 -0400 Subject: [PATCH] Merge PR #5260: add v0.34.10 changelog section --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d5447756d..9e98145448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -483,6 +483,12 @@ that error is that the account doesn't exist. * Fix gas consumption bug in `Undelegate` preventing the ability to sync from genesis. +## 0.34.10 + +### Bug Fixes + +* Bump Tendermint version to [v0.31.11](https://github.com/tendermint/tendermint/releases/tag/v0.31.11) to address the vulnerability found in the `consensus` package. + ## 0.34.9 ### Bug Fixes