Skip to content

Commit

Permalink
release: prepare v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brilliant-lx authored and weiihann committed Dec 5, 2023
1 parent d339290 commit b3e3631
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## v1.3.4
BUGFIX
* fix: remove pipecommit in miner
* add a hard fork: Hertzfix

## v1.3.3
IMPROVEMENT
* [\#2000](https://github.com/bnb-chain/bsc/pull/2000) cmd/utils: exit process if txlookuplimit flag is set
Expand All @@ -8,7 +13,7 @@ BUGFIX

## v1.3.2
BUGFIX
fix: remove sharedPool
* fix: remove sharedPool

## v1.3.1
FEATURE
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionPatch = 4 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
)

Expand Down

0 comments on commit b3e3631

Please sign in to comment.