diff --git a/CHANGELOG.md b/CHANGELOG.md index e2f99539c..41275867b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename ## [Unreleased] +## [0.3.2] - 2026-08-25 + ### Agent - Closed directors are named entities (`skywalker`, `builder`, `explorer`, `counsel`, diff --git a/package.json b/package.json index 6b11e4e25..71b4a664e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@corbits/code", - "version": "0.3.1", + "version": "0.3.2", "description": "Single-process coding agent CLI built on the Interchange runtime (Bun + TypeScript)", "private": true, "license": "SEE LICENSE IN LICENSE.md",