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",