diff --git a/CHANGELOG.md b/CHANGELOG.md index e4ec1e79..ef33c0b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +4.1.13 - 2024-11-08 +======================= +* Enable Rails 8 + 4.1.12 - 2024-08-14 ======================= * Add missing require for extract_options diff --git a/README.md b/README.md index be68f2c7..4badb281 100644 --- a/README.md +++ b/README.md @@ -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.12).](https://github.com/collectiveidea/delayed_job/tree/v4.1.12)** +(4.1.13).](https://github.com/collectiveidea/delayed_job/tree/v4.1.13)** Delayed::Job ============ diff --git a/delayed_job.gemspec b/delayed_job.gemspec index b52026ef..e6bc24b4 100644 --- a/delayed_job.gemspec +++ b/delayed_job.gemspec @@ -13,7 +13,7 @@ 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.12' + spec.version = '4.1.13' spec.metadata = { 'changelog_uri' => 'https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md', 'bug_tracker_uri' => 'https://github.com/collectiveidea/delayed_job/issues',