Skip to content

Commit

Permalink
release: Release opentelemetry-instrumentation-faraday 0.24.1 (was 0.…
Browse files Browse the repository at this point in the history
…24.0) (#913)

* release: Release opentelemetry-instrumentation-faraday 0.24.1 (was 0.24.0)

* ci: force

---------

Co-authored-by: OpenTelemetry Bot <[email protected]>
Co-authored-by: Ariel Valentin <[email protected]>
  • Loading branch information
3 people authored Mar 22, 2024
1 parent da831f0 commit c00bf91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions instrumentation/faraday/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-faraday

### v0.24.1 / 2024-03-22

* FIXED: Propagate response attributes on Faraday::Error.

### v0.24.0 / 2024-02-20

* ADDED: Faraday add support for internal spans
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Faraday
VERSION = '0.24.0'
VERSION = '0.24.1'
end
end
end

0 comments on commit c00bf91

Please sign in to comment.