Skip to content

Commit

Permalink
Release good_job v3.27.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Mar 29, 2024
1 parent 1c8e49c commit b7abbaf
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.27.3](https://github.com/bensheldon/good_job/tree/v3.27.3) (2024-03-29)

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

**Merged pull requests:**

- Revert "Start async adapters `after_initialize` instead of once Active Job and Active Record are loaded and Rails initialized?" [\#1303](https://github.com/bensheldon/good_job/pull/1303) ([bensheldon](https://github.com/bensheldon))

## [v3.27.2](https://github.com/bensheldon/good_job/tree/v3.27.2) (2024-03-27)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.27.1...v3.27.2)
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.27.2)
good_job (3.27.3)
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.27.3.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
26b66db7297b14acfe9a60f7fd7bcd02bc02c262823090d7357b96ed1f7e651b
1 change: 1 addition & 0 deletions checksums/good_job-3.27.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6d289e61608fd931f2a741d147fa7bc4c082559cbf2fcba871b6598e497ca1f302ebb39d982be584faadf43ae87b5c4ec2ec6deb719b4913dc1069f861292b2e
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.27.2'
VERSION = '3.27.3'

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

0 comments on commit b7abbaf

Please sign in to comment.