From 9f880f11143d2ed78cca656dabdcf98324078d04 Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 8 Aug 2024 21:10:08 -0700 Subject: [PATCH] Small changelog fix to put "fixed" under the release header Follows up #523. Somehow I swapped up the position of the new release version and the "Fixed" h3 in the changelog. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 387ccfe9..bfa4c979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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).