Skip to content

Commit df5fefc

Browse files
committed
Prepare release 0.11.0
Prepare release 0.11.0, containing largely just #65. [skip ci]
1 parent e29ff74 commit df5fefc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.0] - 2026-07-02
11+
1012
### Added
1113

1214
- 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)

datadogriver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.29.0
99
github.com/riverqueue/river/rivershared v0.29.0
1010
github.com/riverqueue/river/rivertype v0.29.0
11-
github.com/riverqueue/rivercontrib/otelriver v0.10.0
11+
github.com/riverqueue/rivercontrib/otelriver v0.11.0
1212
go.opentelemetry.io/otel v1.43.0
1313
)
1414

0 commit comments

Comments
 (0)