From 5df9ca65a72b80d969ae64aeaea52c8bb0b39261 Mon Sep 17 00:00:00 2001 From: Brandur Date: Sat, 22 Aug 2026 14:33:47 +0800 Subject: [PATCH] Prepare release v0.18.0 It's been a while since we've done a UI release, so here bundle up some changes from the last few months. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bf95508..45ab130c 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.18.0] - 2026-08-22 + ### Added - Job list: filter jobs matching any of the selected exact tags. [PR #548](https://github.com/riverqueue/riverui/pull/548).