From d00361ccc3d01264acdae8cc8a22938f5f24716b Mon Sep 17 00:00:00 2001 From: Hubert Date: Fri, 26 Jul 2024 06:29:48 +0200 Subject: [PATCH] release: prepare release v0.19.2 (#4597) --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11b70fa44e12..e908f6f12f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,16 @@ ### Fixed +## Forest 0.19.2 "Eagle" + +Non-mandatory release that includes a fix for the Prometheus-incompatible +metric. + +### Fixed + +- [#4594](https://github.com/ChainSafe/forest/pull/4594) Reverted the Forest + version metric with Prometheus-incompatible metric type. + ## Forest 0.19.1 "Pathfinder" Mandatory release for mainnet nodes that adds the NV23 _Waffle_ migration at diff --git a/Cargo.lock b/Cargo.lock index 852450bc8fe3..b731ee5ac9b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3104,7 +3104,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "forest-filecoin" -version = "0.19.1" +version = "0.19.2" dependencies = [ "ahash", "anes 0.2.0", diff --git a/Cargo.toml b/Cargo.toml index 9a5a48b63db7..00e41921cbc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forest-filecoin" -version = "0.19.1" +version = "0.19.2" authors = ["ChainSafe Systems "] repository = "https://github.com/ChainSafe/forest" edition = "2021"