Skip to content

Commit

Permalink
release: prepare for release v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzckck committed Feb 5, 2025
1 parent b758f71 commit 75d61d3
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,7 +1,12 @@
# Changelog
## v1.5.4
## v1.5.5
NA

## v1.5.4
### BUGFIX
* [\#2874](https://github.com/bnb-chain/bsc/pull/2874) crypto: add IsOnCurve check


## v1.5.3
### BUGFIX
* [\#2827](https://github.com/bnb-chain/bsc/pull/2827) triedb/pathdb: fix nil field for stateSet
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ package version
const (
Major = 1 // Major version component of the current release
Minor = 5 // Minor version component of the current release
Patch = 4 // Patch version component of the current release
Patch = 5 // Patch version component of the current release
Meta = "" // Version metadata to append to the version string
)

0 comments on commit 75d61d3

Please sign in to comment.