From 0fe7fd028196a6fd89b447eeeebb476a8f8a3427 Mon Sep 17 00:00:00 2001 From: bencroker Date: Thu, 16 Nov 2023 10:14:35 +0100 Subject: [PATCH] 2.10.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eedb5c0..dadaca9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Release Notes for Campaign -## 2.10.0 - Unreleased +## 2.10.0 - 2023-11-16 ### Added -- Added a new validate webhook request lightswitch field setting. +- Added a new “validate webhook request” field setting. - Added a webhook controller action for [MailerSend](https://www.mailersend.com/) and signature key verification with a new `mailersendWebhookSigningSecret` setting ([#415](https://github.com/putyourlightson/craft-campaign/issues/415)). -- Added verification to the SendGrid webhook controller action with a new `sendgridWebhookVerificationKey` setting. +- Added validation to the SendGrid webhook controller action with a new `sendgridWebhookVerificationKey` setting. - Added the `importJobTtr` and `syncJobTtr` config settings ([#432](https://github.com/putyourlightson/craft-campaign/issues/432)). ### Changed