diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe0dbe40..0b5217142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.20.9-rc0] +### Fixed +- Do not crash on prometheus export that includes blank lines. + ## [0.20.8] ### Added - Parse working set memory from cgroups on Linux, opens the door to future diff --git a/Cargo.lock b/Cargo.lock index 438d7c777..e083a8ff0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1078,7 +1078,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.20.8" +version = "0.20.9-rc0" dependencies = [ "async-pidfd", "average", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 63b155325..31c27ddfb 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.20.8" +version = "0.20.9-rc0" authors = ["Brian L. Troutwine ", "George Hahn