diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c05e38..2400ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://github.com/onecli/node-sdk/compare/v2.0.0...v2.1.0) (2026-05-24) + + +### Features + +* add parentIdentifier to CreateAgentInput ([#35](https://github.com/onecli/node-sdk/issues/35)) ([02252dd](https://github.com/onecli/node-sdk/commit/02252dd23ae08558f3759568dc88a4541109c277)) + + +### Bug Fixes + +* align README with SDK docs ([#33](https://github.com/onecli/node-sdk/issues/33)) ([0a22421](https://github.com/onecli/node-sdk/commit/0a224210b1bad3daa3f6a8520b7dc793acc281b3)) + ## [2.0.0](https://github.com/onecli/node-sdk/compare/v1.0.0...v2.0.0) (2026-05-19) diff --git a/package.json b/package.json index be90cc7..e09722b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@onecli-sh/sdk", - "version": "2.0.0", + "version": "2.1.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",