diff --git a/CHANGELOG.md b/CHANGELOG.md index 146e4b4..1a2c5d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog for Tracing v0.1 +## 0.1.5 (2024-08-23) + +* Add option to handle expected failurs in `ObanTelemetry` by allowing `reportable?/1` to be set in Oban workers + ## 0.1.4 (2024-07-12) * Add `Tracing.set_current_span/1` function diff --git a/mix.exs b/mix.exs index a9f3e57..edbebcc 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Tracing.MixProject do [ app: :tracing, name: "Tracing", - version: "0.1.4", + version: "0.1.5", elixir: "~> 1.16", compilers: Mix.compilers(), deps: deps(),