diff --git a/CHANGELOG.md b/CHANGELOG.md index d077290..5eeab1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.6.4](https://github.com/ginnoir/famapp/compare/v0.6.3...v0.6.4) (2026-07-09) + +### Bug Fixes + +- **agent:** stop tool thrash after writes and log rounds ([72d123b](https://github.com/ginnoir/famapp/commit/72d123b9a0f67589d92614a8d2138912585b0d79)) + ## [0.6.3](https://github.com/ginnoir/famapp/compare/v0.6.2...v0.6.3) (2026-07-09) ### Bug Fixes diff --git a/package.json b/package.json index ed6f422..8ac42f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famapp", - "version": "0.6.3", + "version": "0.6.4", "private": true, "type": "module", "packageManager": "pnpm@10.33.3",