From bc68ab0f6bc072462d79015bef1e4f55afead244 Mon Sep 17 00:00:00 2001 From: opaninakuffo Date: Mon, 13 Apr 2026 14:31:26 +0000 Subject: [PATCH] chore: trigger sdk publish workflow --- packages/sdk/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 39aeadb718..3c3c2e1820 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -4,7 +4,7 @@ 📦 **NPM:** https://www.npmjs.com/package/@qvac/sdk/v/0.8.3 -This is a patch release that fixes a race condition in the KV cache save path during tool-calling completions, improving stability for multi-turn conversations that use tool integration. +This release fixes a race condition in the KV cache save path during tool-calling completions, improving stability for multi-turn conversations that use tool integration. ---