From cced18c1d005bd18cac1eeaa9a0b3f52dab5c59d Mon Sep 17 00:00:00 2001 From: Alexander Bezobchuk Date: Thu, 10 Oct 2019 14:16:04 -0400 Subject: [PATCH] Merge PR #5176: Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cdcc5325c..a0ace79c3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -464,6 +464,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.9 + +### Bug Fixes + +* Bump Tendermint version to [v0.31.10](https://github.com/tendermint/tendermint/releases/tag/v0.31.10) to address p2p panic errors. + ## 0.34.8 ### Bug Fixes