Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin authored Jan 9, 2024
1 parent 33603c0 commit d309940
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion instrumentation/action_pack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### v0.9.0 / 2024-01-09

* (No significant changes)
* BREAKING CHANGE: Use ActiveSupport instead of patches #703

### v0.8.0 / 2023-11-22

Expand Down
4 changes: 2 additions & 2 deletions instrumentation/all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release History: opentelemetry-instrumentation-all

### v056.0 / 2024-01-09
### v0.56.0 / 2024-01-09

* (No significant changes)
* BREAKING CHANGE: Use ActiveSupport instead of patches #703

### v0.55.0 / 2024-01-06

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 = '056.0'
VERSION = '0.56.0'
end
end
end
2 changes: 1 addition & 1 deletion instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### v0.30.0 / 2024-01-09

* (No significant changes)
* BREAKING CHANGE: Use ActiveSupport instead of patches #703

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

Expand Down

0 comments on commit d309940

Please sign in to comment.