CHANGELOG.md in chaotic_job-0.1.1 vs CHANGELOG.md in chaotic_job-0.2.0
- old
+ new
@@ -1,6 +1,13 @@
## [Unreleased]
+## [0.2.0] - 2024-11-06
+
+- Update the `perform_all` helper method to `perform_all_jobs`
+- Update the `perform_all_before` helper method to `perform_all_jobs_before`
+- Update the `perform_all_after` helper method to `perform_all_jobs_after`
+- Update the `perform_all_within` helper method to `perform_all_jobs_within`
+
## [0.1.1] - 2024-11-06
- Update `Journal` interface
- Add top-level `ChaoticJob` methods to work with the journal
- Fix bug with job sorting in the `Performer`