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"