Skip to content

Commit

Permalink
Release 5.0.1 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Nelaupe authored Dec 5, 2020
1 parent 8c3b2c4 commit 0c681c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

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

#### Bug Fix
- Important Fix for deserialise tasks (#363)

#### Chore
- Update to Swift 5.3 (#352)
- Bump (#364) (#365)
- Fix copyright (#359)

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

### Warning: This version is incompatible with 4.X
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 = "5.0.0"
s.version = "5.0.1"
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 0c681c3

Please sign in to comment.