diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3f9e39f..12c3296bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## Added + +## [0.25.5] +## Added - Introduced the ability for users to configure lading's sample rate, configuration option `sample_period_milliseconds` in `lading.yaml`. - Users can now configure expvar scraping on https endpoints, skipping certificate validation. diff --git a/Cargo.lock b/Cargo.lock index 2d6d8b4a5..68a59a2d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1647,7 +1647,7 @@ dependencies = [ [[package]] name = "lading" -version = "0.25.4" +version = "0.25.5" dependencies = [ "async-compression", "async-pidfd", diff --git a/lading/Cargo.toml b/lading/Cargo.toml index c5f684fda..0327a26f9 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lading" -version = "0.25.4" +version = "0.25.5" authors = [ "Brian L. Troutwine ", "George Hahn ",