Skip to content

Commit

Permalink
Release 4.2.0 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas34 authored May 7, 2020
1 parent ac6d6f9 commit 4a75f0a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [4.2.0](https://github.com/lucas34/SwiftQueue/tree/4.2.0)

#### New features
Make backgroundTask available for MacOS 10.15 (#299)

#### Chore
Update to Swift 5.1 (#280)

#### Internal changes
Refactor constraints (#282)
Refactor encoding (#283)

## [4.1.0](https://github.com/lucas34/SwiftQueue/tree/4.1.0)

#### Chore
Expand Down
2 changes: 1 addition & 1 deletion SwiftQueue.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftQueue"
s.version = "4.1.0"
s.version = "4.2.0"
s.summary = "SwiftQueue"
s.description = "Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more"
s.homepage = "https://github.com/lucas34/SwiftQueue"
Expand Down

0 comments on commit 4a75f0a

Please sign in to comment.