Skip to content

Commit 605d025

Browse files
author
ncronjob-dev Bot
committed
Update Changelog.md for 4.5.3 release
1 parent d8e2146 commit 605d025

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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.5.3] - 2025-06-14
10+
911
### Added
1012

1113
- `IJobExecutionContext` exposes how the job was started. Reported by [@kikisaeba](https://github.com/kikisaeba) in [#261](https://github.com/NCronJob-Dev/NCronJob/issues/261). Fixed by [@linkdotnet](https://github.com/linkdotnet)
@@ -527,7 +529,8 @@ services.AddNCronJob(options =>
527529
- Parameterized jobs - instant as well as cron jobs!
528530
- Integrated in ASP.NET - Access your DI container like you would in any other service
529531

530-
[unreleased]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.4.1...HEAD
532+
[unreleased]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.5.3...HEAD
533+
[v4.5.3]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.4.1...v4.5.3
531534
[v4.4.1]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.4.0...v4.4.1
532535
[v4.4.0]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.3.4...v4.4.0
533536
[v4.3.4]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.3.3...v4.3.4

0 commit comments

Comments
 (0)