Skip to content

Commit b8ba5c6

Browse files
author
ncronjob-dev Bot
committed
Update Changelog.md for 4.10.1 release
1 parent d33602b commit b8ba5c6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ All notable changes to **NCronJob** will be documented in this file. The project
66

77
## [Unreleased]
88

9+
## [v4.10.1] - 2026-03-31
10+
911
### Fixed
1012

1113
- Fixed duplicate job execution caused by system timers firing slightly before the scheduled cron time, resulting in the same cron slot being scheduled again. Reported by [@RShergold](https://github.com/RShergold) in [#327](https://github.com/NCronJob-Dev/NCronJob/issues/327). Fixed by [@linkdotnet](https://github.com/linkdotnet).
@@ -581,7 +583,8 @@ services.AddNCronJob(options =>
581583
- Parameterized jobs - instant as well as cron jobs!
582584
- Integrated in ASP.NET - Access your DI container like you would in any other service
583585

584-
[unreleased]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.10.0...HEAD
586+
[unreleased]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.10.1...HEAD
587+
[v4.10.1]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.10.0...v4.10.1
585588
[v4.10.0]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.9.0...v4.10.0
586589
[v4.9.0]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.8.1...v4.9.0
587590
[v4.8.1]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.7.0...v4.8.1

0 commit comments

Comments
 (0)