diff --git a/CHANGELOG.md b/CHANGELOG.md index 5647371..8c995e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.8.0 / 2020-10-15 + +* [CHANGE] API client: Use `time.Time` rather than `string` for timestamps in `RuntimeinfoResult`. #777 +* [FEATURE] Export `MetricVec` to facilitate implementation of vectors of custom `Metric` types. #803 +* [FEATURE API client: Support `/status/tsdb` endpoint. #773 +* [ENHANCEMENT] API client: Enable GET fallback on status code 501. #802 +* [ENHANCEMENT] Remove `Metric` references after reslicing to free up more memory. #784 + ## 1.7.1 / 2020-06-23 * [BUGFIX] API client: Actually propagate start/end parameters of `LabelNames` and `LabelValues`. #771 diff --git a/VERSION b/VERSION index 943f9cb..27f9cd3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.1 +1.8.0