Skip to content

Commit

Permalink
release: Release opentelemetry-instrumentation-all 0.19.0 (#844)
Browse files Browse the repository at this point in the history
* release: Release opentelemetry-instrumentation-all 0.19.0

* fix: changelog for 0.19.0

Co-authored-by: Daniel Azuma <dazuma@gmail.com>
Co-authored-by: Robert Laurin <robert.laurin@shopify.com>
  • Loading branch information
3 people committed Jun 25, 2021
1 parent 0e8d914 commit e5d6209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Release History: opentelemetry-instrumentation-all

### Unreleased
### v0.19.0 / 2021-06-25

* ADDED: Add resque instrumentation
* ADDED: Add ActiveJob instrumentation
* ADDED: Configuration option to enable or disable redis root spans [#777](https://github.com/open-telemetry/opentelemetry-ruby/pull/777)
* FIXED: Broken instrumentation all release

### v0.18.0 / 2021-05-21

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module All
VERSION = '0.18.0'
VERSION = '0.19.0'
end
end
end

0 comments on commit e5d6209

Please sign in to comment.