Skip to content

Commit

Permalink
Release 3.0.0 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas34 authored Apr 4, 2019
1 parent aea609c commit e4a4104
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

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

#### Chore
- 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 All @@ -25,7 +32,7 @@
- Expose `count` inside `SwiftQueueManager` (#160)

#### Improvement
- Change SPM deps for reachability to original #167
- Change SPM dependency for reachability to original #167

#### Chore
- Update copyrights (#162)
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 = "2.3.0"
s.version = "3.0.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 e4a4104

Please sign in to comment.