From 6e098c1d3174bbb64f4eba4a9b8830db851f8442 Mon Sep 17 00:00:00 2001 From: bencroker Date: Tue, 8 Oct 2024 20:04:05 +0200 Subject: [PATCH] 2.17.6 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3a17d9..b6cc1345 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Release Notes for Campaign +## 2.17.6 - 2024-10-08 + +### Fixed + +- Fixed the calculation of pending recipients to not include drafts. + ## 2.17.5 - 2024-09-30 ### Changed diff --git a/composer.json b/composer.json index b8f21d1f..c495c051 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "putyourlightson/craft-campaign", "description": "Send and manage email campaigns, contacts and mailing lists.", - "version": "2.17.5", + "version": "2.17.6", "type": "craft-plugin", "homepage": "https://putyourlightson.com/plugins/campaign", "license": "proprietary",