From b0cfd85c81d77a1d5d13dbfb1e58f62b517cb52f Mon Sep 17 00:00:00 2001 From: Marc Delagrammatikas Date: Fri, 12 Jul 2024 10:22:56 -0700 Subject: [PATCH] v1.5.6 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 459ac1d..93d7ca4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # OpenTelemetryDecorator +## 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. + ## v1.5.5 - Decorator will catch throws as well as exits and add an error status to the span. diff --git a/mix.exs b/mix.exs index 9fd8d7f..06ffc3c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule OpenTelemetryDecorator.MixProject do use Mix.Project - @version "1.5.5" + @version "1.5.6" @github_page "https://github.com/marcdel/open_telemetry_decorator" def project do