We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b0f9d commit 0372f4dCopy full SHA for 0372f4d
instrumentation/active_job/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Release History: opentelemetry-instrumentation-active_job
2
3
+### v0.1.2 / 2021-07-01
4
+
5
+* FIXED: Support Active Jobs with keyword args across ruby versions
6
7
### v0.1.1 / 2021-06-29
8
9
* 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
@@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveJob
10
- VERSION = '0.1.1'
+ VERSION = '0.1.2'
11
end
12
13
0 commit comments