Skip to content

Commit e2ea739

Browse files
author
Lucas Nelaupe
authored
Release 5.0.2 (#371)
1 parent 5bfce4f commit e2ea739

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
# [5.0.2](https://github.com/lucas34/SwiftQueue/tree/5.0.2)
4+
5+
#### Bug Fix
6+
- Important Fix for deserialise tasks (#363) Thanks @arthurdapaz for the contribution
7+
38
# [5.0.1](https://github.com/lucas34/SwiftQueue/tree/5.0.1)
49

510
#### Bug Fix

Diff for: SwiftQueue.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftQueue"
3-
s.version = "5.0.1"
3+
s.version = "5.0.2"
44
s.summary = "SwiftQueue"
55
s.description = "Job Scheduler for IOS with Concurrent run, failure/retry, persistence, repeat, delay and more"
66
s.homepage = "https://github.com/lucas34/SwiftQueue"

0 commit comments

Comments
 (0)