From c53817c04cecb08fe4d7c264afd28cfd42f396a6 Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Fri, 17 Dec 2021 17:17:33 +0100 Subject: [PATCH] Apply suggestions from code review Signed-off-by: Julius Volz Co-authored-by: Levi Harrison --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab48f2405..374b4b6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ ## 2.32.1 / 2021-12-17 * [BUGFIX] Scrape: Fix reporting metrics when sample limit is reached during the report. #9996 -* [BUGFIX] Scrape: Ensure that scrape interval and scrape timeout are always set. #10023 #10031 -* [BUGFIX] TSDB: Expose and fix bug #10027 in iterators' `Seek()` method. #10030 +* [BUGFIX] Scrape: Ensure that scrape interval and scrape timeout are always set. #10023 +* [BUGFIX] TSDB: Expose and fix bug in iterators' `Seek()` method. #10030 ## 2.32.0 / 2021-12-09