diff --git a/instrumentation/active_record/CHANGELOG.md b/instrumentation/active_record/CHANGELOG.md index fb4736e01..1d9746ce9 100644 --- a/instrumentation/active_record/CHANGELOG.md +++ b/instrumentation/active_record/CHANGELOG.md @@ -3,7 +3,6 @@ ### v0.8.0 / 2024-10-22 * BREAKING CHANGE: Rename Active Record find_by_sql spans to query - * FIXED: Emit Active Record query spans for Rails 7.0+ ### v0.7.4 / 2024-08-19 diff --git a/instrumentation/all/CHANGELOG.md b/instrumentation/all/CHANGELOG.md index 859591858..2864061ee 100644 --- a/instrumentation/all/CHANGELOG.md +++ b/instrumentation/all/CHANGELOG.md @@ -3,9 +3,7 @@ ### v0.67.0 / 2024-10-22 * BREAKING CHANGE: Rename Active Record find_by_sql spans to query - * FIXED: Emit Active Record query spans for Rails 7.0+ - * ADDED: Subscribe to process.action_mailer notifications ### v0.66.0 / 2024-10-08 diff --git a/instrumentation/rails/CHANGELOG.md b/instrumentation/rails/CHANGELOG.md index 01c318c61..2ff3b0533 100644 --- a/instrumentation/rails/CHANGELOG.md +++ b/instrumentation/rails/CHANGELOG.md @@ -3,9 +3,7 @@ ### v0.32.0 / 2024-10-22 * BREAKING CHANGE: Rename Active Record find_by_sql spans to query - * FIXED: Emit Active Record query spans for Rails 7.0+ - * ADDED: Subscribe to process.action_mailer notifications ### v0.31.2 / 2024-08-15