Skip to content

Commit

Permalink
Release 4.1.0 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas34 authored Nov 4, 2019
1 parent 7302259 commit f447f12
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,7 +29,6 @@
#### Chore
Update dependencies (#262)


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

#### Breaking Changes
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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 🙌
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.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"
Expand Down

0 comments on commit f447f12

Please sign in to comment.