From a0d509a2a3b22982d3abf5568720b5dc80551f2b Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Sat, 11 Jul 2026 09:25:16 +0200 Subject: [PATCH] Format CHANGELOG.md with Prettier. Fixes pre-commit prettier check in CI. Co-authored-by: Cursor --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02705eb..faf09eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.0.5] - 2026-07-10 ### Summary + Allow empty payloads in Redis and MinIO adapters ### Changed + - 6d02f32 Merge pull request '[patch] Allow empty payloads in Redis and MinIO adapters' (#55) from cursor/allow-empty-payloads into main - 57b396b Allow empty payloads in Redis and MinIO adapters. - 093e538 Merge pull request '[chore] Scope integration fixtures per backend subdirectory' (#54) from cursor/scoped-integration-fixtures into main