From 36dfbd07acef01819e64db66bda6f87b98a1c8aa Mon Sep 17 00:00:00 2001 From: Blake Gentry Date: Tue, 8 Apr 2025 21:58:42 -0500 Subject: [PATCH] prepare v0.9.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9908b8a1..a1a82026 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] +## [v0.9.0] - 2025-04-08 + ### Added - Added a queue detail page with the ability to view queue stats. For River Pro customers, this page offers the ability to dynamically override concurrency limits and to view individual clients for each queue, along with how many jobs each is working. [PR #326](https://github.com/riverqueue/riverui/pull/326).