Skip to content

Commit b031eda

Browse files
authored
Merge pull request #78 from rustycl0ck/release/0.3.0
Release 0.3.0
2 parents 0eccb1a + 100f573 commit b031eda

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
## 0.3.0
2+
3+
:warning: Backward incompatible configuration with previous versions.
4+
* [CHANGE] Migrate JSONPath library [#74](https://github.com/prometheus-community/json_exporter/pull/74)
5+
* [CHANGE] Add TLS metrics support [#68](https://github.com/prometheus-community/json_exporter/pull/68)
6+
17
## 0.2.0 / 2020-11-03
28

3-
* [CHANGE] This release is complete refactoring #49
4-
* [BUGFIX] Fix unchecked call to io.Copy #57
9+
* [CHANGE] This release is complete refactoring [#49](https://github.com/prometheus-community/json_exporter/pull/49)
10+
* [BUGFIX] Fix unchecked call to io.Copy [#57](https://github.com/prometheus-community/json_exporter/pull/57)
511

612
## 0.1.0 / 2020-07-27
713

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.3.0

0 commit comments

Comments
 (0)