From e3e4aba50f1ecf02e61d5c01ea4c9175e1396f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Zimmermann?= <101292599+ekneg54@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:07:20 +0200 Subject: [PATCH] update changelog (#442) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35253ea4d..7984bdff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ ### Improvements ### Bugfix +## v6.8.1 +### Bugfix + * Fix writing time measurements into the event after the deleter has deleted the event. The bug only happened when the `metrics.measure_time.append_to_event` configuration was set to `true`.