diff --git a/CHANGELOG.md b/CHANGELOG.md index fc2d347840..a2d9651feb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # venus changelog +## v1.14.1 + +* opt: update badger ValueLogLoadingMode and TableLoadingMode to MemoryMap [[#6235](https://github.com/filecoin-project/venus/pull/6235)] + ## v1.14.0 * chore: update sophon-auth diff --git a/pkg/constants/version.go b/pkg/constants/version.go index a714c2fa1d..7b3f70d147 100644 --- a/pkg/constants/version.go +++ b/pkg/constants/version.go @@ -5,7 +5,7 @@ import ( ) // BuildVersion is the local build version, set by build system -const BuildVersion = "1.14.0" +const BuildVersion = "1.14.1" var CurrentCommit string