Skip to content

Commit e200b10

Browse files
github-actions[bot]opentelemetrybotkaylareopellearielvalentin
authored
release: Release opentelemetry-instrumentation-active_storage 0.1.1 (was 0.1.0) (#1436)
* release: Release opentelemetry-instrumentation-active_storage 0.1.1 (was 0.1.0) * ci: force * ci: Force --------- Co-authored-by: OpenTelemetry Bot <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]> Co-authored-by: Ariel Valentin <[email protected]>
1 parent 3b53693 commit e200b10

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: instrumentation/active_storage/CHANGELOG.md

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

3+
### v0.1.1 / 2025-03-05
4+
5+
* FIXED: ActiveStorage OTel API Constraints
6+
37
### v0.1.0 / 2025-01-29
48

59
Initial release!

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

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

0 commit comments

Comments
 (0)