Skip to content

Commit

Permalink
fix: broken instrumentation all release (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlaurin authored Jun 25, 2021
1 parent 1f9aa49 commit 0e8d914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

### Unreleased

* 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)

### v0.19.0 / 2021-06-23

* ADDED: Add resque instrumentation
* ADDED: Add ActiveJob instrumentation

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

* ADDED: Add koala instrumentation
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.19.0'
VERSION = '0.18.0'
end
end
end

0 comments on commit 0e8d914

Please sign in to comment.