Release 0.3.0

Signed-off-by: rustyclock <rustyclock@protonmail.com>
This commit is contained in:
rustyclock 2021-02-10 21:58:19 +09:00
parent 0eccb1ac9f
commit 100f573748
No known key found for this signature in database
GPG Key ID: FB2B3735971D7E3F
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -1 +1 @@
0.2.0
0.3.0