Ver código fonte

prepare release v1.0.7-hf.2

fudongbai 4 anos atrás
pai
commit
ce7fc00b8a
2 arquivos alterados com 5 adições e 1 exclusões
  1. 4 0
      CHANGELOG.md
  2. 1 1
      params/version.go

+ 4 - 0
CHANGELOG.md

@@ -1,4 +1,8 @@
 # Changelog
+## v1.0.7-hf.2
+BUGFIX
+* [\#194](https://github.com/binance-chain/bsc/pull/194) bump btcd to v0.20.1-beta
+
 ## v1.0.7-hf.1
 BUGFIX
 * [\#190](https://github.com/binance-chain/bsc/pull/190) fix disk increase dramaticly

+ 1 - 1
params/version.go

@@ -24,7 +24,7 @@ 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  = "hf.1" // Version metadata to append to the version string
+	VersionMeta  = "hf.2" // Version metadata to append to the version string
 )
 
 // Version holds the textual version string.