diff --git a/CHANGELOG.md b/CHANGELOG.md index cdf961a1e1..e0b462b35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.9.2 / 2019-04-24 + +* [BUGFIX] Make sure subquery range is taken into account for selection #5467 +* [BUGFIX] Exhaust every request body before closing it #5166 +* [BUGFIX] Cmd/promtool: return errors from rule evaluations #5483 +* [BUGFIX] Remote Storage: string interner should not panic in release #5487 +* [BUGFIX] Fix memory allocation regression in mergedPostings.Seek tsdb#586 + ## 2.9.1 / 2019-04-16 * [BUGFIX] Discovery/kubernetes: fix missing label sanitization #5462 diff --git a/VERSION b/VERSION index dedcc7d433..5d9ade10c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.1 +2.9.2