Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion mcp-server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down