diff --git a/metrics-exporter-prometheus/CHANGELOG.md b/metrics-exporter-prometheus/CHANGELOG.md index ab7604ba..7c40f1cf 100644 --- a/metrics-exporter-prometheus/CHANGELOG.md +++ b/metrics-exporter-prometheus/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +## [0.16.1] - 2025-01-06 + ### Changed - Updated the crate-level documentation, and the documentation for `PrometheusBuilder::build_recorder` and diff --git a/metrics-exporter-prometheus/Cargo.toml b/metrics-exporter-prometheus/Cargo.toml index 90816698..b8c63b96 100644 --- a/metrics-exporter-prometheus/Cargo.toml +++ b/metrics-exporter-prometheus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metrics-exporter-prometheus" -version = "0.16.0" +version = "0.16.1" authors = ["Toby Lawrence "] edition = "2018" rust-version = "1.71.1"