From 3058e2f76d789e2b035f21575521d00d640f7864 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Sep 2021 15:08:04 +0000 Subject: [PATCH] chore(release): 2.4.1 [skip ci] ## [2.4.1](https://github.com/Belphemur/Job.Scheduler/compare/v2.4.0...v2.4.1) (2021-09-28) ### Bug Fixes * **TaskScheduler:** Be sure the task are run in proper thread depending if a TaskScheduler was given or not. ([d3d0aea](https://github.com/Belphemur/Job.Scheduler/commit/d3d0aea9224e4b150b567a7cfb2288e679e8a2cd)) * **Tests:** Wait for the right task ([99cd679](https://github.com/Belphemur/Job.Scheduler/commit/99cd679f87726515ecd1e3a7148859cc010c10ca)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc914da..fc7c73c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.4.1](https://github.com/Belphemur/Job.Scheduler/compare/v2.4.0...v2.4.1) (2021-09-28) + + +### Bug Fixes + +* **TaskScheduler:** Be sure the task are run in proper thread depending if a TaskScheduler was given or not. ([d3d0aea](https://github.com/Belphemur/Job.Scheduler/commit/d3d0aea9224e4b150b567a7cfb2288e679e8a2cd)) +* **Tests:** Wait for the right task ([99cd679](https://github.com/Belphemur/Job.Scheduler/commit/99cd679f87726515ecd1e3a7148859cc010c10ca)) + # [2.4.0](https://github.com/Belphemur/Job.Scheduler/compare/v2.3.0...v2.4.0) (2021-09-27)