From 1a678af8af6e38ae4e16baaa4beb5b36658dcef8 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Tue, 17 Dec 2024 14:22:37 -0800 Subject: [PATCH] -rc1 Signed-off-by: Brian L. Troutwine --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- lading/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cae670fb..f43e2899a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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). -## [0.25.2-rc0] +## [0.25.2-rc1] ## Changed - The `bytes_received` metric in the HTTP and splunk_heck blackholes now tracks wire bytes, the former metric is preserved with `decoded_bytes_received`. diff --git a/Cargo.lock b/Cargo.lock index 0597248f4..db2f0b2ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1536,7 +1536,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.25.2-rc0" +version = "0.25.2-rc1" dependencies = [ "async-compression", "async-pidfd", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index 5074c94de..8a4aab7c3 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.25.2-rc0" +version = "0.25.2-rc1" authors = [ "Brian L. Troutwine ", "George Hahn ",