From 7d5011c28ebbb55b99ac3324e9954beb2b198265 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Tue, 16 May 2023 11:48:49 +0200 Subject: [PATCH] Release v0.24.0 * [CHANGE] Make Proxy Connect Headers consistent with Prometheus #1008 * [FEATURE] Add hostname parameter for TCP probe #981 * [FEATURE] Add support for HTTP request body as file #987 Signed-off-by: SuperQ --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6052e1e4..2e57ee48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.24.0 / 2023-05-16 + +* [CHANGE] Make Proxy Connect Headers consistent with Prometheus #1008 +* [FEATURE] Add hostname parameter for TCP probe #981 +* [FEATURE] Add support for HTTP request body as file #987 + ## 0.23.0 / 2022-12-02 * [SECURITY] Update Exporter Toolkit (CVE-2022-46146) #979 diff --git a/VERSION b/VERSION index ca222b7c..2094a100 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.23.0 +0.24.0