diff --git a/CHANGELOG.md b/CHANGELOG.md index 895d4d0..4a7def9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/onecli/node-sdk/compare/v2.3.0...v2.4.0) (2026-06-24) + + +### Features + +* add structured summary to manual-approval requests ([#43](https://github.com/onecli/node-sdk/issues/43)) ([ac95a43](https://github.com/onecli/node-sdk/commit/ac95a439409b1eef4d2a9f6eacaf72610da247ca)) + ## [2.3.0](https://github.com/onecli/node-sdk/compare/v2.2.1...v2.3.0) (2026-06-14) diff --git a/package.json b/package.json index a94c8f4..1050ab6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onecli-sh/sdk", - "version": "2.3.0", + "version": "2.4.0", "description": "Official Node.js SDK for OneCLI. Connect AI agents to external services via the OneCLI proxy.", "main": "./lib/index.js", "module": "./lib/index.mjs",