diff --git a/CHANGELOG.md b/CHANGELOG.md index bb932a3495..572872fc7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## 2.11.0-rc.0 / 2019-07-04 +## 2.11.1 / 2019-07-10 + +* [BUGFIX] Fix potential panic when prometheus is watching multiple zookeeper paths. #5749 + +## 2.11.0 / 2019-07-09 * [CHANGE] Remove `max_retries` from queue_config (it has been unused since rewriting remote-write to utilize the write-ahead-log). #5649 * [CHANGE] The meta file `BlockStats` no longer holds size information. This is now dynamically calculated and kept in memory. It also includes the meta file size which was not included before. tsdb#637 diff --git a/VERSION b/VERSION index ed612dd65c..6ceb272eec 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.11.0-rc.0 +2.11.1