diff --git a/CHANGELOG.md b/CHANGELOG.md index e163e20638..2b95d5e4a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.4.1 / 2018-09-19 + +* [ENHANCEMENT] New TSDB metrics prometheus/tsdb#375 prometheus/tsdb#363 +* [BUGFIX] Render UI correctly for Windows #4616 +* [BUGFIX] Handle WAL corruptions properly prometheus/tsdb#389 + ## 2.4.0 / 2018-09-11 This release includes multiple bugfixes and features. Further, the WAL implementation has been re-written so the storage is not forward compatible. Prometheus 2.3 storage will work on 2.4 but not vice-versa. diff --git a/VERSION b/VERSION index 197c4d5c2d..005119baaa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.0 +2.4.1