From 0e0d9043613cbeb872f97fec8afe0a1836651eee Mon Sep 17 00:00:00 2001 From: simlecode <69969590+simlecode@users.noreply.github.com> Date: Tue, 23 Apr 2024 10:36:10 +0800 Subject: [PATCH] chore: bump version to v1.15.2 --- CHANGELOG.md | 7 +++++++ pkg/constants/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da747c7d92..cf8f7794c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # venus changelog +## v1.15.2 + +* feat: update payload size [[#6324](https://github.com/filecoin-project/venus/pull/6324)] +* chore: update deps [[#6325](https://github.com/filecoin-project/venus/pull/6325)] +* chore: pick 6294 6313 [[#6326](https://github.com/filecoin-project/venus/pull/6326)] + + ## v1.15.1 * fix: update UpgradeDragonHeight to 3855360 diff --git a/pkg/constants/version.go b/pkg/constants/version.go index dea0af9129..f5b04c5363 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.15.1" +const BuildVersion = "1.15.2" var CurrentCommit string