Skip to content

Commit

Permalink
release: Release 2 gems
Browse files Browse the repository at this point in the history
* opentelemetry-instrumentation-all 053.0 (was 0.52.0)
* opentelemetry-instrumentation-graphql 0.27.0 (was 0.26.8)
  • Loading branch information
arielvalentin committed Nov 28, 2023
1 parent a7f6111 commit cb7ff78
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 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

### v053.0 / 2023-11-28

* (No significant changes)

### v0.52.0 / 2023-11-21

* BREAKING CHANGE: Drop Support for EoL Rails 6.0 [#680](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/680)
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.52.0'
VERSION = '053.0'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-graphql

### v0.27.0 / 2023-11-28

* (No significant changes)

### v0.26.8 / 2023-11-23

* CHANGED: Applied Rubocop Performance Recommendations [#727](https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/727)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module GraphQL
VERSION = '0.26.8'
VERSION = '0.27.0'
end
end
end

0 comments on commit cb7ff78

Please sign in to comment.