Skip to content

Commit

Permalink
Prepare 4.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed May 16, 2016
1 parent 2026cd4 commit f65b17e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.1.2 - 2016-05-16
* Added Delayed::Worker.queue_attributes
* Limit what we require in ActiveSupport
* Fix pid file creation when there is no tmp directory
* Rails 5 support

4.1.1 - 2015-09-24
==================
* Fix shared specs for back-ends that reload objects
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
**If you're viewing this at https://github.com/collectiveidea/delayed_job,
you're reading the documentation for the master branch.
[View documentation for the latest release
(4.1.1).](https://github.com/collectiveidea/delayed_job/tree/v4.1.1)**
(4.1.2).](https://github.com/collectiveidea/delayed_job/tree/v4.1.2)**

Delayed::Job
============
Expand Down
2 changes: 1 addition & 1 deletion delayed_job.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']
spec.summary = 'Database-backed asynchronous priority queue system -- Extracted from Shopify'
spec.test_files = Dir.glob('spec/**/*')
spec.version = '4.1.1'
spec.version = '4.1.2'
end

0 comments on commit f65b17e

Please sign in to comment.