diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c10c80..628cef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.4.1](https://github.com/ksalzke/completed-task-report-omnifocus-plugin/compare/v2.4.0...v2.4.1) (2022-02-28) + + +### Bug Fixes + +* :bug: fix handling of deleted projects/tags ([ee0c3b9](https://github.com/ksalzke/completed-task-report-omnifocus-plugin/commit/ee0c3b9b7f85c18fd6ec9cd73daa9c8bcabb0312)) + + + # [2.4.0](https://github.com/ksalzke/completed-task-report-omnifocus-plugin/compare/v2.3.0...v2.4.0) (2022-02-19) diff --git a/CompletedTaskReport.omnifocusjs/manifest.json b/CompletedTaskReport.omnifocusjs/manifest.json index 6468e60..a261227 100644 --- a/CompletedTaskReport.omnifocusjs/manifest.json +++ b/CompletedTaskReport.omnifocusjs/manifest.json @@ -3,7 +3,7 @@ "identifier": "com.KaitlinSalzke.completedTaskReport", "author": "Kaitlin Salzke", "description": "Plugin to generate a daily completed task report from OmniFocus", - "version": "2.4.0", + "version": "2.4.1", "actions": [ { "identifier": "sendToDayOne",