diff --git a/CHANGELOG.md b/CHANGELOG.md index 1234e2ec8..466201cd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2026.1.11-2 + +### Fixes +- CLI/Status: add a “More:” footer with next-step commands and document status/diagnostics commands in troubleshooting. + ## 2026.1.11-1 ### New Features and Changes diff --git a/package.json b/package.json index 85e9c3023..cb5993472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clawdbot", - "version": "2026.1.10-4", + "version": "2026.1.11-2", "description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent", "type": "module", "main": "dist/index.js",