Skip to content

Commit

Permalink
Release good_job v3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Sep 20, 2023
1 parent 75b810f commit dd60556
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.19.1](https://github.com/bensheldon/good_job/tree/v3.19.1) (2023-09-20)

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

**Implemented enhancements:**

- Add `good_job_application_controller` load hook [\#1081](https://github.com/bensheldon/good_job/pull/1081) ([bensheldon](https://github.com/bensheldon))

## [v3.19.0](https://github.com/bensheldon/good_job/tree/v3.19.0) (2023-09-19)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.18.3...v3.19.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
good_job (3.19.0)
good_job (3.19.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.19.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6f540b1ea81d52bff865555b931c9500de15fe31823855e56c8b4b4324cc23d3
1 change: 1 addition & 0 deletions checksums/good_job-3.19.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4d7009922e9990b5ea5797fa1008db264a1079feb9e3ab7941a994ff1e548437f7209d486ced73417a3418bc65bf0e5655a53689d5458502aa2778071b2ed759
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.19.0'
VERSION = '3.19.1'

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

0 comments on commit dd60556

Please sign in to comment.