From 63277c2e618e5ff136263924b54b13793d758446 Mon Sep 17 00:00:00 2001 From: Marc Delagrammatikas Date: Wed, 23 Oct 2024 23:36:29 -0700 Subject: [PATCH] v1.5.7 --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d7ca4..b558987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # OpenTelemetryDecorator +## v1.5.7 + +- Update dependencies +- Add pid as a default span attribute + ## v1.5.6 - 🐞BUG FIX: v1.5.4 introduced a bug where exits were being caught and the span annotated, but then control flow continued as if the exit had not occurred. We now exit with the same reason that was caught, so control flow is unchanged. diff --git a/mix.exs b/mix.exs index 9f77f02..8af06d8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule OpenTelemetryDecorator.MixProject do use Mix.Project - @version "1.5.6" + @version "1.5.7" @github_page "https://github.com/marcdel/open_telemetry_decorator" def project do