From b67829f050a56d2d574c2c647633bd8c79bf6672 Mon Sep 17 00:00:00 2001 From: Brandur Date: Fri, 2 Jan 2026 13:49:29 -0700 Subject: [PATCH] Prepare version 0.14.0 Largely for purposes of getting #480 out the door, but also lands another change that's been sitting in `master` forever (#444). --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce937a..ebfed9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.14.0] - 2026-01-02 + ### Added - Added a `-silent-healthchecks` flag to `riverui` and `riveruipro` executables to avoid noisy HTTP logs from healthcheck endpoints. [PR #444](https://github.com/riverqueue/riverui/pull/444). +### Fixed + +- Remove accidentally left in `replace` statement in `riverproui/go.mod`. [PR #480](https://github.com/riverqueue/riverui/pull/480). + ## [v0.13.0] - 2025-10-07 ### Added