From 1fd832dcfe32befceebc366e979fcf55f03cf9f4 Mon Sep 17 00:00:00 2001 From: William Dumont Date: Wed, 25 Sep 2024 12:23:20 +0200 Subject: [PATCH] update changelog main --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ead4a81b5550..a3d4fd05de27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,12 @@ internal API changes are not present. Main (unreleased) ----------------- -v0.43.1 (2024-09-19) +v0.43.2 (2024-09-25) ------------------------- ### Security fixes -- Add quotes to windows service path to prevent path interception attack. (@wildum) +- Add quotes to windows service path to prevent path interception attack. [CVE-2024-8996](https://grafana.com/security/security-advisories/cve-2024-8996/) (@wildum) v0.43.0 (2024-09-11) -------------------------