diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ca41334..d5a29cfba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ 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). -## Unreleased +## [0.23.4] +### Added +- Introduced logrotate_fs, a sub-generator of `file_gen` that exposes a FUSE + filesystem to mimic log rotation. Accurately records bytes lost by readers via + rotation. ### Fixed - The target metrics prometheus parser now handles labels that have spaces in them rather than incorrectly identifying the metric value. diff --git a/lading/Cargo.toml b/lading/Cargo.toml index ac5db152d..59299467f 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.23.3" +version = "0.23.4" authors = [ "Brian L. Troutwine ", "George Hahn ",