Skip to content

Commit

Permalink
Release 6.0.1 (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas34 authored Sep 22, 2022
1 parent c6a19b7 commit 79e6447
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

#### Improvement

- Allow instantiation and override of DefaultConstraintMaker to deserialize constraints (#414) (#416)

#### Chore
- Update Swift to 5.7.0 (#419)
- Update Xcode Version in Github Actions (#420)
- Update Actions dependencies (#421)
- Update Bundle (#418)
- Lint correct (#417)

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

#### Breaking Changes
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 = "6.0.0"
s.version = "6.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 79e6447

Please sign in to comment.