Skip to content

Commit

Permalink
Release good_job v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 12, 2022
1 parent 950ef93 commit 26d1640
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

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

**Merged pull requests:**

- Ordered queue handling by workers [\#665](https://github.com/bensheldon/good_job/pull/665) ([jrochkind](https://github.com/jrochkind))

## [v3.1.0](https://github.com/bensheldon/good_job/tree/v3.1.0) (2022-07-11)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.0.2...v3.1.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.1.0)
good_job (3.2.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.2.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ec8e12d35d74b98f6721fef0b30930b5e3cb73e60155b64cc0f00538845f0a08
1 change: 1 addition & 0 deletions checksums/good_job-3.2.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0b26fe76303d50bd85fa29905f45dde352e89039480069fc7b8822f787d9cad141e09251664042a2ca722fc7bee00e8f732beca2c1603751e6a32c242ac02df1
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.1.0'
VERSION = '3.2.0'
end

0 comments on commit 26d1640

Please sign in to comment.