From d4069c2926055c06ceb495eeb1aada9a70055711 Mon Sep 17 00:00:00 2001 From: Marc Delagrammatikas Date: Wed, 22 May 2024 23:07:38 -0700 Subject: [PATCH] v1.5.3 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf45d4..a49a01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # OpenTelemetryDecorator +## 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. + ## v1.5.2 - Fixes a bug which included input parameters you didn't ask for in the span attributes. diff --git a/mix.exs b/mix.exs index bc72503..f3db411 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule OpenTelemetryDecorator.MixProject do use Mix.Project - @version "1.5.2" + @version "1.5.3" @github_page "https://github.com/marcdel/open_telemetry_decorator" def project do