diff --git a/CHANGELOG.md b/CHANGELOG.md index b076683..d077290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.6.3](https://github.com/ginnoir/famapp/compare/v0.6.2...v0.6.3) (2026-07-09) + +### Bug Fixes + +- **agent:** raise tool rounds and ease calendar creates ([d3e79ed](https://github.com/ginnoir/famapp/commit/d3e79edb9ef0b931fa9d6e6629dad2677d661741)) + ## [0.6.2](https://github.com/ginnoir/famapp/compare/v0.6.1...v0.6.2) (2026-07-09) ### Features diff --git a/package.json b/package.json index 2d0407c..ed6f422 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "famapp", - "version": "0.6.2", + "version": "0.6.3", "private": true, "type": "module", "packageManager": "pnpm@10.33.3",