Skip to content

Commit

Permalink
release: Release opentelemetry-instrumentation-redis 0.19.0 (#780)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Azuma <[email protected]>
  • Loading branch information
github-actions[bot] and dazuma authored May 31, 2021
1 parent 8f3c150 commit b816345
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-all

### Unreleased

* ADDED: Configuration option to enable or disable redis root spans [#777](https://github.com/open-telemetry/opentelemetry-ruby/pull/777)

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

* ADDED: Add koala instrumentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'opentelemetry-instrumentation-pg', '~> 0.18.0'
spec.add_dependency 'opentelemetry-instrumentation-rack', '~> 0.18.0'
spec.add_dependency 'opentelemetry-instrumentation-rails', '~> 0.18.0'
spec.add_dependency 'opentelemetry-instrumentation-redis', '~> 0.18.0'
spec.add_dependency 'opentelemetry-instrumentation-redis', '~> 0.19.0'
spec.add_dependency 'opentelemetry-instrumentation-restclient', '~> 0.18.0'
spec.add_dependency 'opentelemetry-instrumentation-ruby_kafka', '~> 0.18.0'
spec.add_dependency 'opentelemetry-instrumentation-sidekiq', '~> 0.18.0'
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/redis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History: opentelemetry-instrumentation-redis

### Unreleased
### v0.19.0 / 2021-05-28

* ADDED: Configuration option to enable or disable redis root spans [#777](https://github.com/open-telemetry/opentelemetry-ruby/pull/777)

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

0 comments on commit b816345

Please sign in to comment.