Skip to content

Commit

Permalink
Release good_job v3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Feb 4, 2023
1 parent 675647a commit 2ad0ca5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [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)

**Implemented enhancements:**

- Implement `GoodJob::Batch` [\#712](https://github.com/bensheldon/good_job/pull/712) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Support for Ruby 3.2 [\#785](https://github.com/bensheldon/good_job/issues/785)
- Custom table names [\#748](https://github.com/bensheldon/good_job/issues/748)
- Health check issue with cron scheduler job [\#741](https://github.com/bensheldon/good_job/issues/741)

## [v3.9.0](https://github.com/bensheldon/good_job/tree/v3.9.0) (2023-01-31)

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

0 comments on commit 2ad0ca5

Please sign in to comment.