Skip to content

Commit ec948c4

Browse files
release: Release opentelemetry-instrumentation-faraday 0.24.5 (was 0.24.4) (#1034)
1 parent 76c37d7 commit ec948c4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

instrumentation/faraday/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History: opentelemetry-instrumentation-faraday
22

3+
### v0.24.5 / 2024-06-20
4+
5+
* FIXED: Compatibility with Faraday v1
6+
37
### v0.24.4 / 2024-06-18
48

59
* FIXED: Relax otel common gem constraints

instrumentation/faraday/lib/opentelemetry/instrumentation/faraday/version.rb

Lines changed: 1 addition & 1 deletion
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.4'
10+
VERSION = '0.24.5'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)