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",