From 552207ed9aaca338a8c29ee69832ba23ae1be6d0 Mon Sep 17 00:00:00 2001 From: fudongbai <296179868@qq.com> Date: Fri, 7 May 2021 18:00:29 +0800 Subject: [PATCH] prepare for release v1.0.7-hf.1 --- CHANGELOG.md | 5 +++++ params/version.go | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d6263d9a..488dbd62fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## v1.0.7-hf.1 +BUGFIX +* [\#190](https://github.com/binance-chain/bsc/pull/190) fix disk increase dramaticly +* [\#191](https://github.com/binance-chain/bsc/pull/191) fix the reorg routine of tx pool stuck issue + ## v1.0.7 * [\#120](https://github.com/binance-chain/bsc/pull/120) add health check endpoint * [\#116](https://github.com/binance-chain/bsc/pull/116) validator only write database state when enough distance diff --git a/params/version.go b/params/version.go index f9d94669b1..823d2326e4 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 0 // Minor version component of the current release - VersionPatch = 7 // Patch version component of the current release - VersionMeta = "" // Version metadata to append to the version string + VersionMajor = 1 // Major version component of the current release + VersionMinor = 0 // Minor version component of the current release + VersionPatch = 7 // Patch version component of the current release + VersionMeta = "hf.1" // Version metadata to append to the version string ) // Version holds the textual version string.