diff --git a/CHANGELOG.md b/CHANGELOG.md index df9c4e04..657a6e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/SwiftQueue.podspec b/SwiftQueue.podspec index bf5512a6..aca2a02c 100644 --- a/SwiftQueue.podspec +++ b/SwiftQueue.podspec @@ -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"