Skip to content

Commit ed0f4ce

Browse files
author
ncronjob-dev Bot
committed
Update Changelog.md for 4.4.0 release
1 parent a991eb1 commit ed0f4ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
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.4.0] - 2025-03-10
10+
911
### Added
1012

1113
- Make `IInstantJobRegistry` accept job names. By [@nulltoken](https://github.com/nulltoken) in [#215](https://github.com/NCronJob-Dev/NCronJob/pull/215).
@@ -512,7 +514,8 @@ services.AddNCronJob(options =>
512514
- Parameterized jobs - instant as well as cron jobs!
513515
- Integrated in ASP.NET - Access your DI container like you would in any other service
514516

515-
[unreleased]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.3.4...HEAD
517+
[unreleased]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.4.0...HEAD
518+
[v4.4.0]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.3.4...v4.4.0
516519
[v4.3.4]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.3.3...v4.3.4
517520
[v4.3.3]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.3.2...v4.3.3
518521
[v4.3.2]: https://github.com/NCronJob-Dev/NCronJob/compare/v4.3.1...v4.3.2

0 commit comments

Comments
 (0)