diff --git a/CHANGELOG.md b/CHANGELOG.md index eecdceb..9d7f97c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 14.0.1 — 2026-09-07 + +### Fixed + +- `gradeFor` no longer refutes a claim whose promised observation is in the output because the check exited nonzero. +A refusal control that exits nonzero and prints the refusal it promised now grades `verified`. +An unreached-input signature in the output still grades `unrunnable`, and an expectation that itself names a signature keeps the existing rule. + ## 14.0.0 — 2026-09-05 ### Changed diff --git a/package.json b/package.json index a2e2e39..66a9134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tangle-network/agent-knowledge", - "version": "14.0.0", + "version": "14.0.1", "description": "Build, search, evaluate, and improve source-backed knowledge bases.", "homepage": "https://github.com/tangle-network/agent-knowledge#readme", "repository": {