diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7735e8..e8fc784c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.0.11 — 2026-06-26 + +### Docs +- Promote `0.0.11-beta.13` to stable `0.0.11`; the per-beta `0.0.11-beta.*` sections below carry the full feature / fix / docs details for this cycle (#459). + ## 0.0.11-beta.12 — 2026-06-24 ### Features diff --git a/package.json b/package.json index 15c4f2e4..78dfa899 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "failproofai", - "version": "0.0.11-beta.13", + "version": "0.0.11", "description": "The easiest way to manage policies that keep your AI agents reliable, on-task, and running autonomously — for Claude Code & the Agents SDK", "bin": { "failproofai": "./dist/cli.mjs"