From cf47e460f839e7e42f1d6016b1300df2e3d15ad9 Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Fri, 22 Mar 2024 16:21:10 +0000 Subject: [PATCH] Release 0.15.1 Maintenance release Signed-off-by: Matthias Rampke --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2307fa5..dc3909c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.15.1 / 2024-03-22 + +* [SECURITY] Update dependencies, including google.golang.org/protobuf for CVE-2024-24786 +* [CHANGE] Use go standard errors instead of deprecated github.com/pkg/errors ([#242](https://github.com/prometheus/graphite_exporter/pull/242)) + ## 0.15.0 / 2023-12-06 * [FEATURE] Upgrade mapping library to bring in `honor_labels` support from prometheus/statsd_exporter#521 diff --git a/VERSION b/VERSION index a551051..e815b86 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.15.0 +0.15.1