diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d9b009..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b8293a3..660ce31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.11.0](https://github.com/pleaseai/asana/compare/v0.10.0...v0.11.0) (2026-07-06) + + +### Features + +* **bench:** agent-interface benchmark harness (CLI vs MCP vs code-mode) ([#89](https://github.com/pleaseai/asana/issues/89)) ([8fd23dd](https://github.com/pleaseai/asana/commit/8fd23ddf23266ffb7cc037fc0941aebb0c82bbba)) +* **task:** add field expansion and aggregation to task list ([#91](https://github.com/pleaseai/asana/issues/91)) ([a9a0649](https://github.com/pleaseai/asana/commit/a9a0649cd39a38e4f55248143bc6c90ea0d8bb11)) + ## [0.10.0](https://github.com/pleaseai/asana/compare/v0.9.0...v0.10.0) (2026-07-01) diff --git a/docs/package.json b/docs/package.json index bbef7cc..6d7b974 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@amondnet/asana-cli-docs", - "version": "0.10.0", + "version": "0.11.0", "private": true, "description": "Documentation for Asana CLI - Manage your Asana tasks from the command line", "scripts": { diff --git a/package.json b/package.json index 75de851..8891296 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/asana", "type": "module", - "version": "0.10.0", + "version": "0.11.0", "private": true, "description": "Asana CLI - Manage your Asana tasks from the command line", "author": {