Skip to content

Commit c00bf91

Browse files
github-actions[bot]opentelemetrybotarielvalentin
authored
release: Release opentelemetry-instrumentation-faraday 0.24.1 (was 0.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]>
1 parent da831f0 commit c00bf91

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: instrumentation/faraday/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-faraday
22

3+
### v0.24.1 / 2024-03-22
4+
5+
* FIXED: Propagate response attributes on Faraday::Error.
6+
37
### v0.24.0 / 2024-02-20
48

59
* ADDED: Faraday add support for internal spans

Diff for: instrumentation/faraday/lib/opentelemetry/instrumentation/faraday/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
module OpenTelemetry
88
module Instrumentation
99
module Faraday
10-
VERSION = '0.24.0'
10+
VERSION = '0.24.1'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)