Skip to content
Open
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 CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.0] - 2026-01-18

### Added

- Add `versionedjob` hook providing a simple declarative version change framework for jobs. [PR #39](https://github.com/riverqueue/rivercontrib/pull/39).

## [0.6.0] - 2025-11-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion datadogriver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.6.0
github.com/riverqueue/rivercontrib/otelriver v0.7.0
go.opentelemetry.io/otel v1.37.0
)

Expand Down
1 change: 1 addition & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Run the linter and try to autofix:
git tag datadogriver/$VERSION -m "release datadogriver/$VERSION"
git tag nilerror/$VERSION -m "release nilerror/$VERSION"
git tag otelriver/$VERSION -m "release otelriver/$VERSION"
git tag versionedjob/$VERSION -m "release versionedjob/$VERSION"
git tag $VERSION
```

Expand Down
Loading