diff --git a/CHANGELOG.md b/CHANGELOG.md index a49a01d..27fa2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # OpenTelemetryDecorator +## v1.5.4 + +- Catch unhandled Erlang exits and add an error status to the span. + ## v1.5.3 - Bumps o11y version to v0.2.4 which includes an `add_event` method that processes the attributes given to it the same way `with_span` does. diff --git a/mix.exs b/mix.exs index f3db411..316bba3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule OpenTelemetryDecorator.MixProject do use Mix.Project - @version "1.5.3" + @version "1.5.4" @github_page "https://github.com/marcdel/open_telemetry_decorator" def project do