Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed Apr 1, 2020
1 parent 0a9fd9a commit d3454ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.6.1 (2020-04-01)

- Support Rails exception discarding when deserializing (Mattias Pfeiffer)

## 0.6.0 (2019-05-19)

- Update for Rails 6.x

## 0.5.1 (2017-10-08)

- Loosen activejob dependency to work with ActiveJob 5.x
Expand Down
2 changes: 1 addition & 1 deletion activejob-locking.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'activejob-locking'
s.version = '0.6.0'
s.version = '0.6.1'
s.date = Time.now.strftime('%Y-%m-%d')
s.summary = 'ActiveJob locking to control how jobs are enqueued and performed.'
s.license = 'MIT'
Expand Down

0 comments on commit d3454ec

Please sign in to comment.