From a5688c8485e7129c89ad97fe380b80de3b2c438f Mon Sep 17 00:00:00 2001 From: Hubert Date: Thu, 25 Jul 2024 12:28:30 +0200 Subject: [PATCH] release: prepare release v0.19.1 (#4588) --- CHANGELOG.md | 21 +++++++++++++++------ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f03d61deab..11b70fa44e12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,21 @@ ### Added +### Changed + +### Removed + +### Fixed + +## Forest 0.19.1 "Pathfinder" + +Mandatory release for mainnet nodes that adds the NV23 _Waffle_ migration at +epoch 4154640 (2024-08-06T12:00:00Z). This release also adds support for new RPC +methods and fixes a networking issue where Forest would not bootstrap a Lotus +node. + +### Added + - [#4545](https://github.com/ChainSafe/forest/pull/4545) Add support for the `Filecoin.StateGetAllClaims` RPC method. @@ -78,12 +93,6 @@ - [#4566](https://github.com/ChainSafe/forest/pull/4566) Add support for the `Filecoin.StateGetRandomnessDigestFromTickets` RPC method. -### Changed - -### Removed - -### Fixed - ## Forest 0.19.0 "Pastel de nata" This is a mandatory release for all calibration network node operators. It diff --git a/Cargo.lock b/Cargo.lock index 0573e098f257..852450bc8fe3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3104,7 +3104,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forest-filecoin" -version = "0.19.0" +version = "0.19.1" dependencies = [ "ahash", "anes 0.2.0", diff --git a/Cargo.toml b/Cargo.toml index 2bd09c909e3d..9a5a48b63db7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.19.0" +version = "0.19.1" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2021"