Skip to content

Commit

Permalink
Release good_job v3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 13, 2023
1 parent 3ce19f2 commit 5acc036
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.2](https://github.com/bensheldon/good_job/tree/v3.16.2) (2023-07-13)

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

**Closed issues:**

- Support for customized job display name [\#956](https://github.com/bensheldon/good_job/issues/956)

**Merged pull requests:**

- Add `GoodJob::Job#display_name` to allow customizing dashboard job display [\#1008](https://github.com/bensheldon/good_job/pull/1008) ([paul](https://github.com/paul))

## [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)
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.1)
good_job (3.16.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.16.2.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9837b58f67611c41c449374b2687b88307155b14ee90972176d5eda8b96675ec
1 change: 1 addition & 0 deletions checksums/good_job-3.16.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6078ab90cd55f1ed7238d08000d70a06d48420a80342cd60bd8e62fcdefa2c144a49f20fe5c0593cfb855e38bbbd5ac63d8328080a827d9fe25ec3f9a4b33c4c
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.1'
VERSION = '3.16.2'

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

0 comments on commit 5acc036

Please sign in to comment.