From 440c1a30a0315f2ca0dba99fd7fffb288a3e898b Mon Sep 17 00:00:00 2001 From: beorn7 Date: Tue, 28 Oct 2025 14:07:35 +0100 Subject: [PATCH] Cut v0.67.2 Signed-off-by: beorn7 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f96ecbe..47c67ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ ### What's Changed +## v0.67.2 / 2025-10-28 + +## What's Changed +* config: Fix panic in `tlsRoundTripper` when CA file is absent by @ndk in https://github.com/prometheus/common/pull/792 +* Cleanup linting issues by @SuperQ in https://github.com/prometheus/common/pull/860 + +## New Contributors +* @ndk made their first contribution in https://github.com/prometheus/common/pull/792 + +**Full Changelog**: https://github.com/prometheus/common/compare/v0.67.1...v0.67.2 + ## v0.67.1 / 2025-10-07 ## What's Changed