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