diff --git a/CHANGELOG.md b/CHANGELOG.md index 942e6c7..5d779d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ Repo: https://github.com/openclaw/acpx ### Changes +### Breaking + +### Fixes + +## 2026.5.5 (v0.7.0) + +### Changes + - Flows/authoring: add `decision()` and `decisionEdge()` helpers for constrained LLM branching on top of the existing `acp`, `parse`, and `switch` machinery. (#278) Thanks @JoshuaLelon. ### Breaking diff --git a/package.json b/package.json index dbee76e..4fdc5da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acpx", - "version": "0.6.1", + "version": "0.7.0", "description": "Headless CLI client for the Agent Client Protocol (ACP) — talk to coding agents from the command line", "keywords": [ "acp",