diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bd9ac485..fbabae49f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.2.1 / 2018-03-13 + +* [BUGFIX] Fix data loss in TSDB on compaction +* [BUGFIX] Correctly stop timer in remote-write path +* [BUGFIX] Fix deadlock triggerd by loading targets page +* [BUGFIX] Fix incorrect buffering of samples on range selection queries +* [BUGFIX] Handle large index files on windows properly + ## 2.2.0 / 2018-03-08 * [CHANGE] Rename file SD mtime metric. diff --git a/VERSION b/VERSION index ccbccc3dc..c043eea77 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0 +2.2.1