From 8275041a64f809d5fd21364fce378b9e74634498 Mon Sep 17 00:00:00 2001 From: beorn7 Date: Tue, 15 Oct 2019 18:39:40 +0200 Subject: [PATCH] Cut v1.0.0 :tada: v0.10.0 is out for a few days. No complaints so far. I've been running it myself at Grafana since Friday. Let's do it! The only change compared to v0.10 is the removal of the legacy storage conversion code and an update of dependencies, which only really affects the new prometheus/client_golang. Signed-off-by: beorn7 --- CHANGELOG.md | 6 ++++++ VERSION | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f7c8739..d783cda9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.0 / 2019-10-15 + +_This release does not support the storage format of v0.5–v0.9 anymore. Only persistence files created by v0.10+ are usable. Upgrade to v0.10 first to convert existing persistence files._ + +[CHANGE] Remove code to convert the legacy v0.5–v0.9 storage format. + ## 0.10.0 / 2019-10-10 _This release changes the storage format. v0.10 can read the storage format of v0.5–v0.9. It will then persist the new format so that a downgrade won't be possible anymore._ diff --git a/VERSION b/VERSION index 78bc1abd..3eefcb9d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 +1.0.0