diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d2bbb15..b084d92f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 1.2.2 — Unreleased +## 1.2.2 — 2025-11-28 ### Changes - **Manual heartbeat sends:** `warelay heartbeat` accepts `--message/--body` with `--provider web|twilio` to push real outbound messages through the same plumbing; `--dry-run` previews payloads without sending. diff --git a/package.json b/package.json index b27346f79..18f6e340e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "warelay", - "version": "1.2.1", + "version": "1.2.2", "description": "WhatsApp relay CLI (send, monitor, webhook, auto-reply) using Twilio", "type": "module", "main": "dist/index.js",