diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f7ad873f..e62427be5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v2.0.0-beta.1 / 2017-08-11 + +This release includes numerous changes to the new storage layer. The main changes are: + +* [CHANGES] Deterministic block boundaries +* [ENHANCEMENTS] Avoid memory usage spikes during compactions + +It's generally advised to start with a clean storage directory. As a best effort, +running `sed -i .bkp 's/generation/level/g' */meta.json` from within the directory +should be sufficient to migrate data written by v2.0.0-beta.0. + ## 1.7.1 / 2017-06-12 * [BUGFIX] Fix double prefix redirect. diff --git a/VERSION b/VERSION index 72e5fccd8..6060c31ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-beta.0 +2.0.0-beta.1