diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a96ce3ec..9dc5052e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## v1.4.9 +### FEATURE +### IMPROVEMENT +NA + +### BUGFIX +NA + ## v1.4.8 ### FEATURE * [\#2483](https://github.com/bnb-chain/bsc/pull/2483) core/vm: add secp256r1 into PrecompiledContractsHaber diff --git a/params/version.go b/params/version.go index 69fff6015a..1b8117a5b8 100644 --- a/params/version.go +++ b/params/version.go @@ -23,7 +23,7 @@ import ( const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 4 // Minor version component of the current release - VersionPatch = 8 // Patch version component of the current release + VersionPatch = 9 // Patch version component of the current release VersionMeta = "" // Version metadata to append to the version string )