Skip to content

Commit

Permalink
Small changelog fix to put "fixed" under the release header
Browse files Browse the repository at this point in the history
Follows up #523. Somehow I swapped up the position of the new release
version and the "Fixed" h3 in the changelog.
  • Loading branch information
brandur committed Aug 9, 2024
1 parent da1cfad commit 9f880f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

## [0.11.2] - 2024-08-08

### Fixed

- Derive all internal contexts from user-provided `Client` context. This includes the job fetch context, notifier unlisten, and completer. [PR #514](https://github.com/riverqueue/river/pull/514).
- Lowered the `go` directives in `go.mod` to Go 1.21, which River aims to support. A more modern version of Go is specified with the `toolchain` directive. This should provide more flexibility on the minimum required Go version for programs importing River. [PR #522](https://github.com/riverqueue/river/pull/522).

Expand Down

0 comments on commit 9f880f1

Please sign in to comment.