Skip to content

Commit

Permalink
Version bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MvanDiemen committed Jun 20, 2024
1 parent 55d2904 commit 631ca41
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for Tracing v0.1

## 0.1.2 (2024-06-20)

* Fix wrong call when monitor option is passed into `with_span_fn/3`, call `Tracing.Monitor.monitor` instead of
`Tracing.monitor`

## 0.1.1 (2024-06-19)

* Update telemetry_metrics to 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The package can be installed by adding `ot` to your list of dependencies in `mix
```elixir
def deps do
[
{:tracing, "~> 0.1.0"}
{:tracing, "~> 0.1.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Tracing.MixProject do
[
app: :tracing,
name: "Tracing",
version: "0.1.1",
version: "0.1.2",
elixir: "~> 1.16",
compilers: Mix.compilers(),
deps: deps(),
Expand Down

0 comments on commit 631ca41

Please sign in to comment.