diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ea26e7..a1ef4d11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/SwiftQueue.podspec b/SwiftQueue.podspec index 5dced5d0..2c573b86 100644 --- a/SwiftQueue.podspec +++ b/SwiftQueue.podspec @@ -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"