Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31dfb98

Browse files
committed
Prepare 4.1.7 release
1 parent bd74058 commit 31dfb98

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.1.7 - 2019-06-20
2+
=================
3+
* Fix loading Delayed::PerformableMailer when ActionMailer isn't loaded yet
4+
15
4.1.6 - 2019-06-19
26
=================
37
* Properly initialize ActionMailer outside railties (#1077)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
**If you're viewing this at https://github.com/collectiveidea/delayed_job,
22
you're reading the documentation for the master branch.
33
[View documentation for the latest release
4-
(4.1.6).](https://github.com/collectiveidea/delayed_job/tree/v4.1.6)**
4+
(4.1.7).](https://github.com/collectiveidea/delayed_job/tree/v4.1.7)**
55

66
Delayed::Job
77
============

delayed_job.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ Gem::Specification.new do |spec|
1313
spec.require_paths = ['lib']
1414
spec.summary = 'Database-backed asynchronous priority queue system -- Extracted from Shopify'
1515
spec.test_files = Dir.glob('spec/**/*')
16-
spec.version = '4.1.6'
16+
spec.version = '4.1.7'
1717
end

0 commit comments

Comments
 (0)