From 7961c62084a14146cf5d09a5dee33cab474dc744 Mon Sep 17 00:00:00 2001 From: George Hahn Date: Tue, 17 Oct 2023 21:12:45 +0000 Subject: [PATCH] Prepare 0.19.1 release --- CHANGELOG.md | 4 ++-- Cargo.lock | 2 +- lading/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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