Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions helpers/sql-processor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-helpers-sql-processor

### v0.3.1 / 2025-11-11

* DOCS: Update example to match new gem namespace (sql-processor)

### v0.3.0 / 2025-11-04

* ADDED: Refactor SQL processor file structure for clarity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Helpers
module SqlProcessor
VERSION = '0.3.0'
VERSION = '0.3.1'
end
end
end
3 changes: 3 additions & 0 deletions instrumentation/factory_bot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Release History: opentelemetry-instrumentation-factory_bot

### v0.1.0 / 2025-11-11

Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module FactoryBot
VERSION = '0.0.0'
VERSION = '0.1.0'
end
end
end