From 2ace840c2791c824205514537410491fc64802e3 Mon Sep 17 00:00:00 2001 From: Kaviraj Date: Fri, 27 Oct 2023 20:36:23 +0200 Subject: [PATCH] chore: Update changelog for #10997 Changlog to include this LogQL binary ops bug fix. https://github.com/grafana/loki/pull/10997 Signed-off-by: Kaviraj --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 879340ed05181..fdf2997dfcd7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,8 @@ ##### Fixes +* [https://github.com/grafana/loki/pull/10997] **kavirajk** Bug(LogQL): Fix mismatch results on scalar and vector binary ops + ##### Changes * [10366](https://github.com/grafana/loki/pull/10366) **shantanualsi** Upgrade thanos objstore, dskit and other modules