Skip to content

Commit

Permalink
Bump version to 4.2.2 and add @ljfranklin to contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Aug 3, 2017
1 parent 13fe5c3 commit cd9f9c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.2.2 (2017-08-03)
==================

* Fix mysql deadlocks while reserving jobs (Lyle Franklin)
[#6](https://github.com/TalentBox/delayed_job_sequel/pull/6)

4.2.1 (2017-05-19)
==================

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Improvements has been made by those awesome contributors:
* Phan Le
* Tim Labeeuw
* James Goodhouse (@jamesgoodhouse)
* Lyle Franklin (@ljfranklin)

## How to contribute

Expand Down
2 changes: 1 addition & 1 deletion delayed_job_sequel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "talentbox-delayed_job_sequel"
s.version = "4.2.1"
s.version = "4.2.2"
s.authors = ["Jonathan Tron"]
s.summary = "Sequel backend for DelayedJob"
s.description = "Sequel backend for DelayedJob, originally authored by Tobias Luetke"
Expand Down

0 comments on commit cd9f9c2

Please sign in to comment.