diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ba52ec..6f58580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v0.2.0] - 2026-04-01 + +### Added +- **Agent Mesh module** - MeshClient with heartbeat, startHeartbeat, stopHeartbeat, reportMetric, listAgents, getAgent, kill, resume, listEvents +- Mesh module wired as `client.mesh` property (lazy init) +- Dashboard URL: mesh.axme.ai + ## 0.1.2 (2026-03-18) ### Bug Fixes diff --git a/package.json b/package.json index 8a84d9c..4e1e0e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axme/axme", - "version": "0.1.2", + "version": "0.2.0", "description": "Official TypeScript SDK for Axme APIs.", "type": "module", "main": "./dist/src/index.js",