From 3cf4c1a52299b308940097b6ac41b4995c9c9310 Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 21 Dec 2023 19:24:06 -0700 Subject: [PATCH] Add changelog header for 0.0.15 Seems like a good idea to cut a version that includes #121. Here, add a banner for 0.0.15 to the changelog so we can cut a release. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ffb3db..f0578d1d 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.0.15] - 2023-12-21 + ### Fixed - Ensure `ScheduledAt` is respected on `InsertManyTx`. [PR #121](https://github.com/riverqueue/river/pull/121).