diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2f2021..13ea26e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## [4.1.0](https://github.com/lucas34/SwiftQueue/tree/4.1.0) + +#### Chore +Update Reachability to 5.0.0 (#273) + +#### New features +Add Method to query all jobs (#277) +Add method to remove all task (#275) + +#### Fix +Fix Perf: Can only have 1 unique uuid per Queue + +#### Internal changes +Remove timeout from tests (#274) +Update Copyright (#270) +Remove unused (#272) + ## [4.0.1](https://github.com/lucas34/SwiftQueue/tree/4.0.1) #### Bug Fix @@ -12,7 +29,6 @@ #### Chore Update dependencies (#262) - ## [4.0.0](https://github.com/lucas34/SwiftQueue/tree/4.0.0) #### Breaking Changes @@ -29,7 +45,6 @@ Update dependencies (#262) - Avoid object creation (#250) - Cleanup (#247) - ## [3.2.0](https://github.com/lucas34/SwiftQueue/tree/3.2.0) #### New features @@ -38,7 +53,6 @@ Update dependencies (#262) - Better threading configuration for Queue and Manager (#228) (#229) (230) - Jobs can be enqueue from manager with `.enqueue(JobInfo)` (#231) - ## [3.1.0](https://github.com/lucas34/SwiftQueue/tree/3.1.0) #### New features @@ -62,7 +76,6 @@ Update dependencies (#262) - Swift 5 support. Source was already compatible 🙌 (#206) - Drop Linux support (#206) - ## [2.4.0](https://github.com/lucas34/SwiftQueue/tree/2.4.0) #### Linux Support 🙌 diff --git a/SwiftQueue.podspec b/SwiftQueue.podspec index 5a253a01..9dc39379 100644 --- a/SwiftQueue.podspec +++ b/SwiftQueue.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwiftQueue" - s.version = "4.0.1" + s.version = "4.1.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"