Skip to content

Commit

Permalink
release: Release opentelemetry-instrumentation-active_record 0.8.1 (w…
Browse files Browse the repository at this point in the history
…as 0.8.0) (open-telemetry#1262)

* release: Release opentelemetry-instrumentation-active_record 0.8.1 (was 0.8.0)

* squash: Update CHANGELOG.md

---------

Co-authored-by: OpenTelemetry Bot <[email protected]>
Co-authored-by: Ariel Valentin <[email protected]>
  • Loading branch information
3 people authored Nov 21, 2024
1 parent 16bef85 commit 7ad08f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions instrumentation/active_record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_record

### v0.8.1 / 2024-11-21

* FIXED: Pass block argument in ActiveRecord `find_by_sql` patch.

### v0.8.0 / 2024-10-22

* BREAKING CHANGE: Rename Active Record find_by_sql spans to query
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveRecord
VERSION = '0.8.0'
VERSION = '0.8.1'
end
end
end

0 comments on commit 7ad08f9

Please sign in to comment.