Skip to content

Commit f5ba30e

Browse files
authored
release: prepare for release v1.4.8 (#2486)
1 parent f190c49 commit f5ba30e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# Changelog
2+
## v1.4.8
3+
### FEATURE
4+
* [\#2483](https://github.com/bnb-chain/bsc/pull/2483) core/vm: add secp256r1 into PrecompiledContractsHaber
5+
* [\#2400](https://github.com/bnb-chain/bsc/pull/2400) RIP-7212: Precompile for secp256r1 Curve Support
6+
7+
### IMPROVEMENT
8+
NA
9+
10+
### BUGFIX
11+
NA
12+
213
## v1.4.7
314
### FEATURE
415
* [\#2439](https://github.com/bnb-chain/bsc/pull/2439) config: setup Mainnet Tycho(Cancun) hardfork date

params/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const (
2424
VersionMajor = 1 // Major version component of the current release
2525
VersionMinor = 4 // Minor version component of the current release
26-
VersionPatch = 7 // Patch version component of the current release
26+
VersionPatch = 8 // Patch version component of the current release
2727
VersionMeta = "" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)