Skip to content

Commit

Permalink
Update changelog and bump version in cargo toml to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Thaller committed Apr 26, 2021
1 parent f4a6733 commit a978365
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.8.2

* ADD: Add function `with_endpoint` to `Builder` that allows to change the
metric endpoint from the default `/metrics`. (thanks @jward-bw)

## 0.8.1

* CHANGE: Update dependency prometheus to version 0.12.
* SECURITY FIX: Update dependency tiny_http to version 0.8. Version 0.7 was vulnerable see #18 for more information [thanks @lapawa].

## 0.8

* CHANGE: Update prometheus dependency from 0.10 to 0.11.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prometheus_exporter"
version = "0.8.1"
version = "0.8.2"
authors = ["Alexander Thaller <alexander.thaller@trivago.com>"]

description = "Helper libary to export prometheus metrics using tiny-http."
Expand Down

0 comments on commit a978365

Please sign in to comment.