From eafbb53104cb27466b4645a3afb1a0f470152155 Mon Sep 17 00:00:00 2001 From: KM Koushik Date: Mon, 23 Mar 2026 15:55:04 +1100 Subject: [PATCH] docs: add v1.9.x changelog entry (#382) * docs: add v1.9.x highlights to changelog * docs: refine v1.9.0 changelog entry * docs: expand v1.9.0 changelog copy --- apps/docs/changelog.mdx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/apps/docs/changelog.mdx b/apps/docs/changelog.mdx index 8939b7f..a8d7f4c 100644 --- a/apps/docs/changelog.mdx +++ b/apps/docs/changelog.mdx @@ -3,6 +3,26 @@ title: "Changelog" description: "Product updates and announcements from Unsend" --- + + +### Campaign Personalization with Contact Books + +Campaigns now support contact-book variables for personalization, so you can tailor each message with richer subscriber data. + +### Double Opt-In Customization + +Double opt-in now supports customizable confirmation flows and copy, making it easier to match your onboarding experience and compliance requirements. + +### API and SDK Coverage + +Contact book support has been expanded in the SDK, dashboard analytics is now available in both the public API and SDK, and a public endpoint to delete campaigns has been added. + +### Webhook Filtering by Domain + +Webhooks now support multi-domain filtering, making it easier to route, monitor, and manage events across different projects. + + +