Skip to content

Commit

Permalink
v1.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdel committed Mar 18, 2024
1 parent c50812e commit f9bc4c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# OpenTelemetryDecorator

## v1.4.12
- Updates decorator to use the o11y version of start and end span
- Refactor tests to use `O11y.TestHelper` and the available structs for asserting on span conents.

## v1.4.11
Clean up after ourselves instead of right before setting the status

Expand Down Expand Up @@ -137,4 +141,4 @@ def param_override(x, y) do
{:ok, x + y}
end
```
```
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule OpenTelemetryDecorator.MixProject do
use Mix.Project

@version "1.4.11"
@version "1.4.12"
@github_page "https://github.com/marcdel/open_telemetry_decorator"

def project do
Expand Down

0 comments on commit f9bc4c5

Please sign in to comment.