diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e399132c..3c9284ee5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.2.2 / 2016-10-28 + +* [BUGFIX] UI: Deal properly with aborted requests. +* [BUGFIX] UI: Decode URL query parameters properly. +* [BUGFIX] Storage: Deal better with data corruption (non-monotonic timestamps). +* [BUGFIX] Remote storage: Re-add accidentally removed timeout flag. +* [BUGFIX] Updated a number of vendored packages to pick up upstream bug fixes. + ## 1.2.1 / 2016-10-10 * [BUGFIX] Count chunk evictions properly so that the server doesn't diff --git a/VERSION b/VERSION index 6085e9465..23aa83906 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1 +1.2.2