diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e377cc17..374b4b6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 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 +* [BUGFIX] TSDB: Expose and fix bug in iterators' `Seek()` method. #10030 + ## 2.32.0 / 2021-12-09 This release introduces the Prometheus Agent, a new mode of operation for diff --git a/VERSION b/VERSION index 7cca401c7..7780cec29 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.32.0 +2.32.1