Skip to content

Commit 2495be3

Browse files
authored
Merge pull request #6238 from filecoin-project/chore/bump-v1.14.1
chore: bump version to v1.14.1
2 parents 516f503 + 6929d5c commit 2495be3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# venus changelog
22

3+
## v1.14.1
4+
5+
* opt: update badger ValueLogLoadingMode and TableLoadingMode to MemoryMap [[#6235](https://github.com/filecoin-project/venus/pull/6235)]
6+
37
## v1.14.0
48

59
* chore: update sophon-auth

pkg/constants/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
// BuildVersion is the local build version, set by build system
8-
const BuildVersion = "1.14.0"
8+
const BuildVersion = "1.14.1"
99

1010
var CurrentCommit string
1111

0 commit comments

Comments
 (0)