Skip to content

Commit

Permalink
Update Changelog.md for 2.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkDotNet Bot committed Apr 16, 2024
1 parent cde5dce commit e7b9672
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e7b9672

Please sign in to comment.