From ec0e45b9136bb032b6267192f2b5c5c7f2356fb7 Mon Sep 17 00:00:00 2001 From: andriikushch Date: Tue, 29 Oct 2024 13:28:24 +0100 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f60832912..bd1554c6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,10 +45,11 @@ Main (unreleased) - Add Prometheus bearer authentication to a `prometheus.write.queue` component (@freak12techno) +- Support logs that have a `timestamp` field instead of a `time` field for the `loki.source.azure_event_hubs` component. (@andriikushch) + ### Bugfixes - Fixed a bug in `import.git` which caused a `"non-fast-forward update"` error message. (@ptodev) -- Support logs that have a `timestamp` field instead of a `time` field for the `loki.source.azure_event_hubs` component. (@andriikushch) ### Other changes