From 532ea18724d20086407a71077733a1fbf5d114d3 Mon Sep 17 00:00:00 2001 From: Alexander Bezobchuk Date: Wed, 2 Oct 2019 12:16:44 -0400 Subject: [PATCH] Merge PR #5134: Add v0.34.8 changelog section --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac24ddc3..0dca759b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -401,6 +401,13 @@ that error is that the account doesn't exist. * Fix gas consumption bug in `Undelegate` preventing the ability to sync from genesis. +## 0.34.8 + +### Bug Fixes + +* Bump Tendermint version to v0.31.9 to fix the p2p panic error. +* Update gaiareplay's use of an internal Tendermint API + ## 0.34.7 ### Bug Fixes