From 19684987944f578d884df3b0062b53492269d1e4 Mon Sep 17 00:00:00 2001 From: Shrenuj Bansal Date: Tue, 22 Nov 2022 17:12:29 -0500 Subject: [PATCH] update build version and changelog --- CHANGELOG.md | 2 ++ build/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378358839..3a3896236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ More detailed changelog and description will come later ## Changes +- feat: wdpost: Configurable pre-check timeouts +- fix/build: Update Zondax/hid to 0.9.1 - chore: update lotus version to 1.19.0-rc1 - chore: merge release into master ([filecoin-project/lotus#9657](https://github.com/filecoin-project/lotus/pull/9657)) - Raft consensus for lotus nodes in a cluster ([filecoin-project/lotus#9294](https://github.com/filecoin-project/lotus/pull/9294)) diff --git a/build/version.go b/build/version.go index 0f8a35025..60c79e2c3 100644 --- a/build/version.go +++ b/build/version.go @@ -37,7 +37,7 @@ func BuildTypeString() string { } // BuildVersion is the local build version -const BuildVersion = "1.19.0-rc1" +const BuildVersion = "1.19.0-rc2" func UserVersion() string { if os.Getenv("LOTUS_VERSION_IGNORE_COMMIT") == "1" {