Skip to content

Commit

Permalink
release: Release opentelemetry-instrumentation-active_record 0.7.4 (w…
Browse files Browse the repository at this point in the history
…as 0.7.3) (#1125)
  • Loading branch information
github-actions[bot] committed Aug 19, 2024
1 parent 9ce7e39 commit a564817
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.7.4 / 2024-08-19

* FIXED: Use ActiveSupport from top-level namespace (NoMethodError on_load)

### v0.7.3 / 2024-08-15

* FIXED: Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base
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.7.3'
VERSION = '0.7.4'
end
end
end

0 comments on commit a564817

Please sign in to comment.