From e7b9672e01e47988cad8e5c3efc1ac1355cb8724 Mon Sep 17 00:00:00 2001 From: LinkDotNet Bot Date: Tue, 16 Apr 2024 15:06:04 +0000 Subject: [PATCH] Update Changelog.md for 2.0.4 release --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b2f113..886ccbf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ All notable changes to **NCronJob** will be documented in this file. The project ## [Unreleased] +## [2.0.4] - 2024-04-16 + ### Fixed -- Don't log running jobs twice. Reported by [@ryanbuening](https://github.com/ryanbuening). Fixed by [@linkdotnet](https://github.com/linkdotnet) +- Don't log running jobs twice. Reported by [@ryanbuening](https://github.com/ryanbuening). Fixed by [@linkdotnet](https://github.com/linkdotnet) ## [2.0.3] - 2024-04-15 @@ -144,7 +146,9 @@ services.AddNCronJob(options => - Parameterized jobs - instant as well as cron jobs! - Integrated in ASP.NET - Access your DI container like you would in any other service -[Unreleased]: https://github.com/linkdotnet/NCronJob/compare/2.0.3...HEAD +[Unreleased]: https://github.com/linkdotnet/NCronJob/compare/2.0.4...HEAD + +[2.0.4]: https://github.com/linkdotnet/NCronJob/compare/2.0.3...2.0.4 [2.0.3]: https://github.com/linkdotnet/NCronJob/compare/1.0.2...2.0.3