Skip to content

Commit f9bc4c5

Browse files
committed
v1.4.12
1 parent c50812e commit f9bc4c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OpenTelemetryDecorator
22

3+
## v1.4.12
4+
- Updates decorator to use the o11y version of start and end span
5+
- Refactor tests to use `O11y.TestHelper` and the available structs for asserting on span conents.
6+
37
## v1.4.11
48
Clean up after ourselves instead of right before setting the status
59

@@ -137,4 +141,4 @@ def param_override(x, y) do
137141
138142
{:ok, x + y}
139143
end
140-
```
144+
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule OpenTelemetryDecorator.MixProject do
22
use Mix.Project
33

4-
@version "1.4.11"
4+
@version "1.4.12"
55
@github_page "https://github.com/marcdel/open_telemetry_decorator"
66

77
def project do

0 commit comments

Comments
 (0)