diff --git a/CHANGELOG.md b/CHANGELOG.md index 283dfa11d..cf855180a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.19.1 / 2020-06-18 + +* [BUGFIX] TSDB: Fix m-map file truncation leading to unsequential files. #7414 + ## 2.19.0 / 2020-06-09 * [FEATURE] TSDB: Memory-map full chunks of Head (in-memory) block from disk. This reduces memory footprint and makes restarts faster. #6679 diff --git a/VERSION b/VERSION index ef0f38abe..b8e248f40 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.19.0 +2.19.1