Skip to content

Commit

Permalink
Release good_job v3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Dec 12, 2022
1 parent 78dfb47 commit 2cfba91
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v3.7.2](https://github.com/bensheldon/good_job/tree/v3.7.2) (2022-12-12)

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

**Closed issues:**

- Unable to discard failed jobs which crashed with `ActiveJob::DeserializationError` [\#770](https://github.com/bensheldon/good_job/issues/770)

**Merged pull requests:**

- Ignore ActiveJob::DeserializationError when discarding jobs [\#771](https://github.com/bensheldon/good_job/pull/771) ([nickcampbell18](https://github.com/nickcampbell18))
- Bump rubocop from 1.39.0 to 1.40.0 [\#769](https://github.com/bensheldon/good_job/pull/769) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v3.7.1](https://github.com/bensheldon/good_job/tree/v3.7.1) (2022-12-12)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.7.0...v3.7.1)
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.7.1)
good_job (3.7.2)
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.7.2.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6bbdbcd5008d74cf196a8790b6c952cd791f32a2ad60e1c8aa5311a1a2df2d01
1 change: 1 addition & 0 deletions checksums/good_job-3.7.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8f9f93624e623d36ad9d3acfb5a83f3dbe5e7c269a9970a87787f7eae6cdd7ba6908c864b987a09a4ef9b11ad5ccaca4df52e1fa2e872ae5b0e6b8be5332c3d6
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.7.1'
VERSION = '3.7.2'
end

0 comments on commit 2cfba91

Please sign in to comment.