diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d12ddf5..892c626d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog -## [Unreleased] 0.1.4 +## [Unreleased] 1.0.5 ### Pending +- (add entries here) + +## 1.0.4 — 2025-11-25 + +### Changes - Auto-replies now send a WhatsApp fallback message when a command/Claude run hits the timeout, including up to 800 chars of partial stdout so the user still sees progress. - Added tests covering the new timeout fallback behavior and partial-output truncation. - Web relay auto-reconnects after Baileys/WebSocket drops (with log-out detection) and exposes close events for monitoring; added tests for close propagation and reconnect loop. diff --git a/package.json b/package.json index d3831c3dd..8680ba174 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "warelay", - "version": "0.1.4", + "version": "1.0.4", "description": "WhatsApp relay CLI (send, monitor, webhook, auto-reply) using Twilio", "type": "module", "main": "dist/index.js",