Skip to content

Commit

Permalink
Release good_job v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Feb 6, 2023
1 parent 7761ca4 commit a33a492
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.10.1](https://github.com/bensheldon/good_job/tree/v3.10.1) (2023-02-06)

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

**Fixed bugs:**

- Ensure batch is reloaded before updating on multiple enqueues [\#824](https://github.com/bensheldon/good_job/pull/824) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Can't batch.enqueue the callback after retrying a job within the batch [\#822](https://github.com/bensheldon/good_job/issues/822)

**Merged pull requests:**

- In tests, retry when connecting to Puma returns Net::ReadTimeout [\#825](https://github.com/bensheldon/good_job/pull/825) ([bensheldon](https://github.com/bensheldon))
- Add Batch enqueue example to Demo's cron configuration [\#823](https://github.com/bensheldon/good_job/pull/823) ([bensheldon](https://github.com/bensheldon))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.9.0...v3.10.0)
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.10.0)
good_job (3.10.1)
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.10.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
96ef39065606c28dd124a298464a6e74fcbafaffeb75ca2d37c4cfd7093169ed
1 change: 1 addition & 0 deletions checksums/good_job-3.10.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e54d32fd93fa38714d6cfabd0cd20ec208fbb1c3bc82d10f2dee64bebd970f9a7e67341007659eac02476ac8891a5f776dac7aeccef033e148946ae7d719cf37
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.10.0'
VERSION = '3.10.1'
end

0 comments on commit a33a492

Please sign in to comment.