From c1b7a3c6743fce22a4b4dc308f42518115b85963 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Mon, 7 Feb 2022 14:52:32 +0100 Subject: [PATCH] Release 0.8.0 * [FEATURE] Enable TLS/basic authentication #205 * [FEATURE] Add metric to collect wan status #212 Signed-off-by: SuperQ --- CHANGELOG.md | 5 +++++ VERSION | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e1a68..226f312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.8.0 / 2022-02-07 + +* [FEATURE] Enable TLS/basic authentication #205 +* [FEATURE] Add metric to collect wan status #212 + ## 0.7.1 / 2020-07-21 * [BUGFIX] Fix /metrics hanging when `--consul.request-limit` is lower than the number of services in Consul. #179 diff --git a/VERSION b/VERSION index 39e898a..a3df0a6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.1 +0.8.0