diff --git a/CHANGELOG.md b/CHANGELOG.md index ad10733c8..d3d1d2a21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.8.0 / 2014-09-04 +* [ENHANCEMENT] Stagger scrapes to spread out load. +* [BUGFIX] Correctly quote HTTP Accept header. + ## 0.7.0 / 2014-08-06 * [FEATURE] Added new functions: abs(), topk(), bottomk(), drop_common_labels(). * [FEATURE] Let console templates get graph links from expressions. diff --git a/VERSION b/VERSION index faef31a43..a3df0a695 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 +0.8.0