Skip to content

Commit 4a75f0a

Browse files
authored
Release 4.2.0 (#300)
1 parent ac6d6f9 commit 4a75f0a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [4.2.0](https://github.com/lucas34/SwiftQueue/tree/4.2.0)
4+
5+
#### New features
6+
Make backgroundTask available for MacOS 10.15 (#299)
7+
8+
#### Chore
9+
Update to Swift 5.1 (#280)
10+
11+
#### Internal changes
12+
Refactor constraints (#282)
13+
Refactor encoding (#283)
14+
315
## [4.1.0](https://github.com/lucas34/SwiftQueue/tree/4.1.0)
416

517
#### Chore

Diff for: SwiftQueue.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftQueue"
3-
s.version = "4.1.0"
3+
s.version = "4.2.0"
44
s.summary = "SwiftQueue"
55
s.description = "Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more"
66
s.homepage = "https://github.com/lucas34/SwiftQueue"

0 commit comments

Comments
 (0)