diff --git a/CHANGELOG.md b/CHANGELOG.md index fb035a12cd..6f029caf17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.25.1 / 2021-03-14 + +* [BUGFIX] Fix a crash in `promtool` when a subquery with default resolution is used. #8569 +* [BUGFIX] Fix a bug that could return duplicate datapoints in queries. #8591 +* [BUGFIX] Fix crashes with arm64 when compiled with go1.16. #8593 + ## 2.25.0 / 2021-02-17 This release includes a new `--enable-feature=` flag that enables diff --git a/VERSION b/VERSION index 5c18f9195b..d6af7e3320 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.25.0 +2.25.1