From 6929d5c211124a36f0ef65e31122ac41c268c136 Mon Sep 17 00:00:00 2001 From: simlecode <69969590+simlecode@users.noreply.github.com> Date: Thu, 30 Nov 2023 10:15:45 +0800 Subject: [PATCH] chore: bump version to v1.14.1 --- CHANGELOG.md | 4 ++++ pkg/constants/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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