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