Skip to content

Commit

Permalink
Release good_job v3.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Dec 11, 2023
1 parent 381228b commit 8c9a09d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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

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

**Fixed bugs:**

- Fix latest migration not affecting `GoodJob.migrated?` [\#1175](https://github.com/bensheldon/good_job/pull/1175) ([Earlopain](https://github.com/Earlopain))
- Fix no method error in systemd service [\#1173](https://github.com/bensheldon/good_job/pull/1173) ([tagrudev](https://github.com/tagrudev))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.21.2...v3.21.3)
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.21.3)
good_job (3.21.4)
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.21.4.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c8dd8f78996514425d87b127afaf974907fc482880a3e3f92cd0f3f337ca9e50
1 change: 1 addition & 0 deletions checksums/good_job-3.21.4.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
440cd62af004edd937226635f0710014ceb0e1f7c563e1046a48c46735fcbeb3409ab55cbad07075288459796c1ef7a64437f2d5c303138c80b48b00d0dcc552
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.21.3'
VERSION = '3.21.4'

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

0 comments on commit 8c9a09d

Please sign in to comment.