Skip to content

Commit

Permalink
Release good_job v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 27, 2022
1 parent a4ffef7 commit 4551b97
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.3.2](https://github.com/bensheldon/good_job/tree/v3.3.2) (2022-07-27)

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

**Fixed bugs:**

- Defer setting Adapter's execution mode until Rails initializes [\#683](https://github.com/bensheldon/good_job/pull/683) ([bensheldon](https://github.com/bensheldon))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.3.0...v3.3.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.3.1)
good_job (3.3.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.3.2.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0879f940f1074ad4488b821baa3676e4be937f9c21aa13920d7f1be7300c8638
1 change: 1 addition & 0 deletions checksums/good_job-3.3.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c05e651f8139778181f192898de451ed24256522c84a71373d271230ad0d69fffa720b094e6af93ef5c16ede0e0b9ffcefe34c074b0980181e0336289ac3b5b9
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.3.1'
VERSION = '3.3.2'
end

0 comments on commit 4551b97

Please sign in to comment.