Skip to content

Commit

Permalink
Release 0.12.2
Browse files Browse the repository at this point in the history
Fixes #191.

Signed-off-by: Matthias Rampke <[email protected]>
  • Loading branch information
matthiasr committed Jul 8, 2022
1 parent 112ad3f commit f08af21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.12.2 / 2022-07-08

* [CHANGE] Update all dependencies ([#193](https://github.com/prometheus/graphite_exporter/pull/193), [#194](https://github.com/prometheus/graphite_exporter/pull/194), [#195](https://github.com/prometheus/graphite_exporter/pull/195), [#196](https://github.com/prometheus/graphite_exporter/pull/196))

This is a comprehensive housekeeping release, bringing all dependencies and the compiler version up to date.

It imports a bug fix in the mapper, allowing metrics with multiple dashes in a row.

## 0.12.1 / 2022-05-06

This is a maintenance release, built with Go 1.17.9 to address security issues.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.1
0.12.2

0 comments on commit f08af21

Please sign in to comment.