Skip to content

Commit 0372f4d

Browse files
release: Release opentelemetry-instrumentation-active_job 0.1.2 (#856)
Co-authored-by: Daniel Azuma <[email protected]>
1 parent 30b0f9d commit 0372f4d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

instrumentation/active_job/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-active_job
22

3+
### v0.1.2 / 2021-07-01
4+
5+
* FIXED: Support Active Jobs with keyword args across ruby versions
6+
37
### v0.1.1 / 2021-06-29
48

59
* FIXED: Compatibility with RC2 span status api changes [845](https://github.com/open-telemetry/opentelemetry-ruby/pull/845)

instrumentation/active_job/lib/opentelemetry/instrumentation/active_job/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 ActiveJob
10-
VERSION = '0.1.1'
10+
VERSION = '0.1.2'
1111
end
1212
end
1313
end

0 commit comments

Comments
 (0)