Skip to content

Commit

Permalink
chore: bump to 0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Aug 23, 2024
1 parent ad014d3 commit 66642bf
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 43 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## Changelog
### v0.4.12
- update telemetry_metrics and telemetry_metrics_prometheus_core
- allow passing `ip` option to cowboy
- fix missing first char in shortened query
- merge duplicated finch tags

### v0.4.11
- Fix for Finch metadata extraction

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PrometheusTelemetry.MixProject do
def project do
[
app: :prometheus_telemetry,
version: "0.4.11",
version: "0.4.12",
elixir: "~> 1.12",
description: "Prometheus metrics exporter using Telemetry.Metrics as a foundation",
start_permanent: Mix.env() == :prod,
Expand Down
Loading

0 comments on commit 66642bf

Please sign in to comment.