diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0c2777c..a5be97dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased -### Fixed -- Report scraped Prometheus counters correctly +## [0.19.1] ### Fixed +- Report scraped Prometheus counters correctly - Correct metrics emitted by http blackhole ## [0.19.0] diff --git a/Cargo.lock b/Cargo.lock index 377e67766..eb1b12bfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1026,7 +1026,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.19.0" +version = "0.19.1" dependencies = [ "async-pidfd", "byte-unit", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 36c55bbbe..645f4b81c 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.19.0" +version = "0.19.1" authors = ["Brian L. Troutwine ", "George Hahn