diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de526a0..9d805b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## Unreleased +## 0.3.0 / 2021-04-16 -* [FEATURE] Add support /api/v1/series, /api/v1/labels and /api/v1/label//values (Prometheus/Thanos). -* [FEATURE] Add -passthrough-paths flag (empty by default), which allows - exposing chosen resources from upstream without enforcing (e.g Prometheus UI). +* [FEATURE] Add support for /api/v1/series, /api/v1/labels and /api/v1/label//values endpoints (Prometheus/Thanos). #49 +* [FEATURE] Add `-passthrough-paths` flag (empty by default), which allows exposing chosen resources from upstream without enforcing (e.g Prometheus UI). #48 +* [ENHANCEMENT] Add support for queries via HTTP POST. #53 ## 0.2.0 / 2020-10-08 diff --git a/VERSION b/VERSION index 0ea3a944..0d91a54c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0