From 07728f4de34038171a0737223b3a40150ba59567 Mon Sep 17 00:00:00 2001 From: Toby Lawrence Date: Sun, 11 Feb 2024 07:43:55 -0500 Subject: [PATCH] update changelog --- metrics-exporter-prometheus/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/metrics-exporter-prometheus/CHANGELOG.md b/metrics-exporter-prometheus/CHANGELOG.md index 915fe0b0..ca7192e9 100644 --- a/metrics-exporter-prometheus/CHANGELOG.md +++ b/metrics-exporter-prometheus/CHANGELOG.md @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.13.1] - 2024-02-11 +### Added + +- A new scrape endpoint path, `/health`, which returns a a basic response to indicate endpoint health. ([#435](https://github.com/metrics-rs/metrics/pull/435)) + +### Changed + - Bumped the `indexmap` dependency to the latest version. ([#439](https://github.com/metrics-rs/metrics/pull/439)) ## [0.13.0] - 2023-12-24