Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed May 9, 2024
1 parent b27ce46 commit ea34051
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

[http://www.quartz-scheduler.net](http://www.quartz-scheduler.net)

## Release 3.NEXT, TBD
## Release 3.9.0, May 9 2024

* Fix Holiday Calendar with Nested Calendars sometimes crashing when resolving NextIncludedTime (#2270)
* Add WithDailyTimeIntervalSchedule overload with explicit interval and interval unit (#1152)

* Improve performance of DailyCalendar.GetNextIncludedTimeUtc (#2285)
* Add support for IAsyncDisposable jobs and MS DI resources (#2335)
* Make IJobWrapper public (#2313)

## Release 3.8.1, Feb 17 2024

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>

<VersionPrefix>3.8.2</VersionPrefix>
<VersionPrefix>3.9.0</VersionPrefix>

<CLSCompliant>True</CLSCompliant>
<ComVisible>False</ComVisible>
Expand Down
1 change: 0 additions & 1 deletion src/Quartz.Examples.AspNetCore/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
using OpenTelemetry.Resources;
using OpenTelemetry.Trace;
using Quartz.AspNetCore;
using Quartz.Impl;
using Quartz.Impl.AdoJobStore.Common;
using Quartz.Impl.Calendar;
using Quartz.Impl.Matchers;
Expand Down

0 comments on commit ea34051

Please sign in to comment.