From 1c18a4830fe8d76a0953c4c58c4e2ad688d004f1 Mon Sep 17 00:00:00 2001 From: simlecode <69969590+simlecode@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:12:56 +0800 Subject: [PATCH] chore: bump version to v1.14.0-rc3 --- CHANGELOG.md | 6 ++++++ pkg/constants/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a872456f65..c523ab4694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # venus changelog +## v1.14.0-rc3 + +* chore: reset butterflynet [[#6191](https://github.com/filecoin-project/venus/pull/6191)] +* feat: add network info command [[#6193](https://github.com/filecoin-project/venus/pull/6193)] +* chore: update go-state-types v0.12.5 [[#6194](https://github.com/filecoin-project/venus/pull/6194)] + ## v1.14.0-rc1 * fix duplicate actor events / 解决以太坊event 日志重复问题 [[#6104](https://github.com/filecoin-project/venus/pull/6104)] diff --git a/pkg/constants/version.go b/pkg/constants/version.go index 26715db90f..b93be34c8c 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-rc1" +const BuildVersion = "1.14.0-rc3" var CurrentCommit string