From 9953d814cf274050b9a32f10e6c0501a1fc6411d Mon Sep 17 00:00:00 2001 From: sthirumalairajan2212 <92260025+sthirumalairajan2212@users.noreply.github.com> Date: Wed, 17 Jun 2026 12:43:13 +0000 Subject: [PATCH] chore(release): v1.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch release: media-template broadcasts now send with their header image (resolved from the template's own saved media, like Send Test), fixing the Pending → Failed broadcast failure. Bumps backend/frontend/mcp-server to 1.2.1 and adds the CHANGELOG entry. Signed-off-by: sthirumalairajan2212 <92260025+sthirumalairajan2212@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ backend/package.json | 2 +- frontend/package.json | 2 +- mcp-server/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0af14..e370a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.1] - 2026-06-17 + +### Fixed +- **Media-template broadcasts** — broadcasting an approved template with a Media + Library header image failed immediately (status went *Pending → Failed* with + nothing sent), even though *Send Test* of the same template delivered fine. + The broadcast now resolves the header image from the template's own saved + media (just like Send Test), and the Bulk Message screen pre-fills it, so + template broadcasts send correctly with their image. + ## [1.2.0] - 2026-06-10 ### Added diff --git a/backend/package.json b/backend/package.json index 0a9754a..9435d1a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "forgecrm-backend", - "version": "1.2.0", + "version": "1.2.1", "author": "sthirumalairajan2212", "description": "ForgeChat backend API for WhatsApp chat viewer", "private": true, diff --git a/frontend/package.json b/frontend/package.json index 2a04d58..7c17f5c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "forgecrm-frontend", - "version": "1.2.0", + "version": "1.2.1", "author": "sthirumalairajan2212", "description": "ForgeChat frontend — WhatsApp chat viewer", "private": true, diff --git a/mcp-server/package.json b/mcp-server/package.json index 5a5dbfb..7498773 100644 --- a/mcp-server/package.json +++ b/mcp-server/package.json @@ -1,6 +1,6 @@ { "name": "forgechat-mcp", - "version": "1.2.0", + "version": "1.2.1", "author": "sthirumalairajan2212", "description": "MCP server for building and managing ForgeChat WhatsApp AI agents from Claude Desktop.", "type": "module",