Skip to content

Commit

Permalink
Release good_job v3.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Apr 30, 2023
1 parent 311bcd8 commit a44d723
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [v3.15.7](https://github.com/bensheldon/good_job/tree/v3.15.7) (2023-04-30)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.15.6...v3.15.7)

**Fixed bugs:**

- Fix Lockable's `SELECT 1 AS one` queries missing `LIMIT 1` [\#946](https://github.com/bensheldon/good_job/pull/946) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Issue with performing jobs that use ActionMailer::Parameterized [\#944](https://github.com/bensheldon/good_job/issues/944)
- Deprecation warning on the deprecation warning [\#943](https://github.com/bensheldon/good_job/issues/943)

**Merged pull requests:**

- Replace class usage of ActiveSupport::Deprecator with gem-specific instance [\#945](https://github.com/bensheldon/good_job/pull/945) ([bensheldon](https://github.com/bensheldon))

## [v3.15.6](https://github.com/bensheldon/good_job/tree/v3.15.6) (2023-04-24)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.15.5...v3.15.6)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
good_job (3.15.6)
good_job (3.15.7)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-3.15.7.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9c2fc3ca682bcaf09c700895c5e1151a23e003aa3ae57540860d96cc3b963244
1 change: 1 addition & 0 deletions checksums/good_job-3.15.7.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2eefc9db42f9033eb1f2f48d4ccac0f932a691112841d5a22d4c5592f2e4fbc5bc8fabbc6f6ad8efbe4003f89ea13ddc7da1ff6bf2cf9f65442f44885395a8f6
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.15.6'
VERSION = '3.15.7'

# GoodJob version as Gem::Version object
GEM_VERSION = Gem::Version.new(VERSION)
Expand Down

0 comments on commit a44d723

Please sign in to comment.