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
6 changes: 6 additions & 0 deletions propagator/google_cloud_trace_context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-propagator-google_cloud_trace_context

### v0.3.0 / 2025-10-22

* BREAKING CHANGE: Min Ruby Version 3.2

* ADDED: Min Ruby Version 3.2

### v0.2.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Propagator
# Namespace for OpenTelemetry GoogleCloudTraceContext propagation
module GoogleCloudTraceContext
# Current gem version
VERSION = '0.2.0'
VERSION = '0.3.0'
end
end
end
6 changes: 6 additions & 0 deletions propagator/ottrace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-propagator-ottrace

### v0.24.0 / 2025-10-22

* BREAKING CHANGE: Min Ruby Version 3.2

* ADDED: Min Ruby Version 3.2

### v0.23.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module OpenTelemetry
module Propagator
# Namespace for OpenTelemetry OTTrace propagation
module OTTrace
VERSION = '0.23.0'
VERSION = '0.24.0'
end
end
end
6 changes: 6 additions & 0 deletions propagator/vitess/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-propagator-vitess

### v0.4.0 / 2025-10-22

* BREAKING CHANGE: Min Ruby Version 3.2

* ADDED: Min Ruby Version 3.2

### v0.3.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module OpenTelemetry
module Propagator
# Namespace for OpenTelemetry Vitess propagation
module Vitess
VERSION = '0.3.0'
VERSION = '0.4.0'
end
end
end
6 changes: 6 additions & 0 deletions propagator/xray/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-propagator-xray

### v0.26.0 / 2025-10-22

* BREAKING CHANGE: Min Ruby Version 3.2

* ADDED: Min Ruby Version 3.2

### v0.25.0 / 2025-09-30

* ADDED: Bump minimum API Version to 1.7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Propagator
module XRay
VERSION = '0.25.0'
VERSION = '0.26.0'
end
end
end