From ef3ff4fef195333fb8ee0039fb487b2f5007908f Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Tue, 9 Apr 2024 14:52:01 +0200 Subject: [PATCH] Release v0.25.0 (#1229) * [FEATURE] Allow to get Probe logs by target #1063 * [FEATURE] Log errors from probe #1091 * [BUGFIX] Prevent logging confusing error message #1059 * [BUGFIX] Explicit registration of internal exporter metrics 1060 Signed-off-by: SuperQ --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e57ee48..434c0b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.25.0 / 2024-04-09 + +* [FEATURE] Allow to get Probe logs by target #1063 +* [FEATURE] Log errors from probe #1091 +* [BUGFIX] Prevent logging confusing error message #1059 +* [BUGFIX] Explicit registration of internal exporter metrics 1060 + ## 0.24.0 / 2023-05-16 * [CHANGE] Make Proxy Connect Headers consistent with Prometheus #1008 diff --git a/VERSION b/VERSION index 2094a100..d21d277b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.24.0 +0.25.0