From 100f5737481606a538f88f5420152065e2bddab4 Mon Sep 17 00:00:00 2001 From: rustyclock Date: Wed, 10 Feb 2021 21:58:19 +0900 Subject: [PATCH] Release 0.3.0 Signed-off-by: rustyclock --- CHANGELOG.md | 10 ++++++++-- VERSION | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54ea3e7..15cb8cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ +## 0.3.0 + +:warning: Backward incompatible configuration with previous versions. +* [CHANGE] Migrate JSONPath library [#74](https://github.com/prometheus-community/json_exporter/pull/74) +* [CHANGE] Add TLS metrics support [#68](https://github.com/prometheus-community/json_exporter/pull/68) + ## 0.2.0 / 2020-11-03 -* [CHANGE] This release is complete refactoring #49 -* [BUGFIX] Fix unchecked call to io.Copy #57 +* [CHANGE] This release is complete refactoring [#49](https://github.com/prometheus-community/json_exporter/pull/49) +* [BUGFIX] Fix unchecked call to io.Copy [#57](https://github.com/prometheus-community/json_exporter/pull/57) ## 0.1.0 / 2020-07-27 diff --git a/VERSION b/VERSION index 0ea3a94..0d91a54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.3.0