diff --git a/CHANGELOG.md b/CHANGELOG.md index a930709..cfff9b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2026-07-02 + ### Added - Add `EnableTracePropagation` configuration method, which enables linking river job spans to the span that enqueued them for tracing *why* a job was enqueued. [PR #65](https://github.com/riverqueue/rivercontrib/pull/65) diff --git a/datadogriver/go.mod b/datadogriver/go.mod index f101117..aa9e966 100644 --- a/datadogriver/go.mod +++ b/datadogriver/go.mod @@ -8,7 +8,7 @@ require ( github.com/riverqueue/river/riverdriver/riverpgxv5 v0.29.0 github.com/riverqueue/river/rivershared v0.29.0 github.com/riverqueue/river/rivertype v0.29.0 - github.com/riverqueue/rivercontrib/otelriver v0.10.0 + github.com/riverqueue/rivercontrib/otelriver v0.11.0 go.opentelemetry.io/otel v1.43.0 )