Skip to content

Commit

Permalink
Release good_job v3.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 11, 2023
1 parent 7559b4d commit f0891a6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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

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

**Fixed bugs:**

- Wrap Notifier's `refresh_process` with Rails executor [\#1007](https://github.com/bensheldon/good_job/pull/1007) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- uninitialized constant GoodJob::Process [\#1006](https://github.com/bensheldon/good_job/issues/1006)

## [v3.16.0](https://github.com/bensheldon/good_job/tree/v3.16.0) (2023-07-10)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.15.14...v3.16.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.16.0)
good_job (3.16.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.16.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5f43f256805a144e83a4223ee41b430c798297d552a8114fdbc9b71ef075ccc9
1 change: 1 addition & 0 deletions checksums/good_job-3.16.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d61f5569658ec709d1db26e695c3a57af75aac3003358c83fda37382684d96fe7e545141011ed285b165e3d591f5c07d997a45424c6665a212de82a6d1e7a5a9
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.16.0'
VERSION = '3.16.1'

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

0 comments on commit f0891a6

Please sign in to comment.