Skip to content

Commit

Permalink
Prepare 4.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
albus522 committed Jun 19, 2019
1 parent 11e7b98 commit dff39e9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
4.1.6 - 2019-06-19
=================
* Properly initialize ActionMailer outside railties (#1077)
* Fix Psych load_tags support (#1093)
* Replace REMOVED with FAILED in log message (#1048)
* Misc doc updates (#1052, #1074, #1064, #1063)

4.1.5 - 2018-04-13
=================
* Allow Rails 5.2
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.5).](https://github.com/collectiveidea/delayed_job/tree/v4.1.5)**
(4.1.6).](https://github.com/collectiveidea/delayed_job/tree/v4.1.6)**

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.5'
spec.version = '4.1.6'
end

0 comments on commit dff39e9

Please sign in to comment.