Skip to content

Commit

Permalink
chore: bump to 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Jul 7, 2023
1 parent 00442dc commit 5b7780a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
### v0.4.11
- Fix for Finch metadata extraction

### v0.4.10
- Fix for waiting for app loads before compiling modules

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.10",
version: "0.4.11",
elixir: "~> 1.12",
description: "Prometheus metrics exporter using Telemetry.Metrics as a foundation",
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 5b7780a

Please sign in to comment.