Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version to v1.14.0-rc3 #6195

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion pkg/constants/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading