diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a12fe2e..e4ec1e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +4.1.12 - 2024-08-14 +======================= +* Add missing require for extract_options +* Fix rails 7.2 ActiveSupport::ProxyObject deprecation +* Multiple contributors on current and legacy test suite improvements + 4.1.12.rc1 - 2024-08-13 ======================= * Validating trusted publishing release diff --git a/README.md b/README.md index 0221f197..be68f2c7 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.rc1).](https://github.com/collectiveidea/delayed_job/tree/v4.1.12.rc1)** +(4.1.12).](https://github.com/collectiveidea/delayed_job/tree/v4.1.12)** Delayed::Job ============ diff --git a/delayed_job.gemspec b/delayed_job.gemspec index 4a1a61b8..765079cb 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.rc1' + spec.version = '4.1.12' spec.metadata = { 'changelog_uri' => 'https://github.com/collectiveidea/delayed_job/blob/master/CHANGELOG.md', 'bug_tracker_uri' => 'https://github.com/collectiveidea/delayed_job/issues',