Skip to content

Commit 656028c

Browse files
committed
[edit] version/changelog
1 parent 1207546 commit 656028c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/Simplify.Scheduler/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.5.0] - 2024-06-02
4+
5+
### Added
6+
7+
- Logging crontab parse errors to SchedulerJobsHandler.OnException (#490)
8+
- MultitaskScheduler.StartAsync method (To use scheduler asynchronously from `async Task Main` method) (#491)
9+
10+
311
## [1.4.0] - 2024-01-09
412

513
### Added

src/Simplify.Scheduler/Simplify.Scheduler.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010

11-
<Version>1.4</Version>
11+
<Version>1.5</Version>
1212

1313
<Authors>Alexander Krylkov</Authors>
1414
<Product>Simplify</Product>

0 commit comments

Comments
 (0)