Skip to content

Commit

Permalink
Prepare 4.0.0.beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Mar 2, 2013
1 parent cdd98b6 commit 7d3704b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
4.0.0.beta1 - 2013-03-02
========================
* Rails 4 compatibility

3.0.5 - 2013-01-28 3.0.5 - 2013-01-28
================== ==================
* Better job timeout error logging * Better job timeout error logging
Expand Down
2 changes: 1 addition & 1 deletion delayed_job.gemspec
Expand Up @@ -13,5 +13,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib'] spec.require_paths = ['lib']
spec.summary = 'Database-backed asynchronous priority queue system -- Extracted from Shopify' spec.summary = 'Database-backed asynchronous priority queue system -- Extracted from Shopify'
spec.test_files = Dir.glob('spec/**/*') spec.test_files = Dir.glob('spec/**/*')
spec.version = '3.0.5' spec.version = '4.0.0.beta1'
end end

0 comments on commit 7d3704b

Please sign in to comment.