Skip to content

Commit

Permalink
Update Changelog.md for 3.3.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ncronjob-dev Bot committed Nov 16, 2024
1 parent 3835139 commit 2ea5b54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ All notable changes to **NCronJob** will be documented in this file. The project

## [Unreleased]

## [v3.3.8] - 2024-11-16

### Changed

- Added `net9.0` release packages for hosting abstraction.

### Fixed

- Calling `AddJob` multiple times on `IRuntimeRegistry` triggered duplicates. Reported by [@vrohak](https://github.com/vrohak) in [#139](https://github.com/NCronJob-Dev/NCronJob/issues/139). Fixed by [@linkdotnet](https://github.com/linkdotnet)
- Calling `AddNCronJob` multiple times should register all jobs. Reported by [@skarum](https://github.com/skarum) in [#138](https://github.com/NCronJob-Dev/NCronJob/issues/138). Fixed by [@linkdotnet](https://github.com/linkdotnet)

Expand Down Expand Up @@ -423,7 +427,8 @@ 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/NCronJob-Dev/NCronJob/compare/v3.3.5...HEAD
[unreleased]: https://github.com/NCronJob-Dev/NCronJob/compare/v3.3.8...HEAD
[v3.3.8]: https://github.com/NCronJob-Dev/NCronJob/compare/v3.3.5...v3.3.8
[3.3.5]: https://github.com/NCronJob-Dev/NCronJob/compare/v3.3.4...v3.3.5
[3.3.4]: https://github.com/NCronJob-Dev/NCronJob/compare/v3.3.3...3.3.4
[3.3.3]: https://github.com/NCronJob-Dev/NCronJob/compare/v3.3.2...v3.3.3
Expand Down

0 comments on commit 2ea5b54

Please sign in to comment.