diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1c3d6..a5a329d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## v0.3.0 (2021-10-26) + +#### New Features + +* add --bullet option to change char in front of list items + +Full set of changes: [`v0.2.4...v0.3.0`](https://git.admin.franklin.edu/kellya/task-status/compare/v0.2.4...v0.3.0) + +## v0.2.4 (2021-10-25) + +#### Fixes + +* correct the -deleted to -DELETED to filter out tasks that were deleted + +Full set of changes: [`v0.2.3...v0.2.4`](https://git.admin.franklin.edu/kellya/task-status/compare/v0.2.3...v0.2.4) + +## v0.2.3 (2021-10-18) + +#### Fixes + +* correct issue causing the status_report filter to not apply +#### Others + +* added tests and configs for linting and coverage +* Updated dependant packages +* removed coveage of main in the if __name__ test + +Full set of changes: [`v0.2.2...v0.2.3`](https://git.admin.franklin.edu/kellya/task-status/compare/v0.2.2...v0.2.3) + ## v0.2.2 (2021-08-26) #### Fixes