Skip to content

Commit

Permalink
Release good_job v3.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Oct 4, 2023
1 parent cedf1f2 commit 7c5efa0
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.19.4](https://github.com/bensheldon/good_job/tree/v3.19.4) (2023-10-04)

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

**Closed issues:**

- Including GoodJob::ActiveJobExtensions::Concurrency triggers rails deprecation notice [\#1096](https://github.com/bensheldon/good_job/issues/1096)
- Add retries exhaused callback [\#1080](https://github.com/bensheldon/good_job/issues/1080)

**Merged pull requests:**

- Address rails 7.1 deprecation when using `ActiveJobExtensions::Concurrency` [\#1097](https://github.com/bensheldon/good_job/pull/1097) ([Earlopain](https://github.com/Earlopain))

## [v3.19.3](https://github.com/bensheldon/good_job/tree/v3.19.3) (2023-09-28)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.19.2...v3.19.3)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
good_job (3.19.3)
good_job (3.19.4)
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.19.4.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1b0ed67f2ecbcf5f293bc57403b3fe270a881c98fa11a7627b5ce3ce03065e47
1 change: 1 addition & 0 deletions checksums/good_job-3.19.4.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
558c96cf9f270bc130ff8a83cbf3d28f7fcc465a4d3ea9f6dae76b342f55180ea8495e96e28354287bdaeed49b194cf9405ae5f43fbc6163f3e163b4bedddf77
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module GoodJob
# GoodJob gem version.
VERSION = '3.19.3'
VERSION = '3.19.4'

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

0 comments on commit 7c5efa0

Please sign in to comment.