diff --git a/CHANGELOG.md b/CHANGELOG.md index a226f5188..00919b057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.30.3 / 2021-10-05 + +* [BUGFIX] TSDB: Fix panic on failed snapshot replay. #9438 +* [BUGFIX] TSDB: Don't fail snapshot replay with exemplar storage disabled when the snapshot contains exemplars. #9438 + ## 2.30.2 / 2021-10-01 * [BUGFIX] TSDB: Don't error on overlapping m-mapped chunks during WAL replay. #9381 diff --git a/VERSION b/VERSION index 0958964f6..e88ba89ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.30.2 +2.30.3