Skip to content

Commit

Permalink
Release good_job v3.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed May 22, 2024
1 parent 54e41ca commit e632cf3
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.29.0](https://github.com/bensheldon/good_job/tree/v3.29.0) (2024-05-22)

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

**Merged pull requests:**

- Add association between Process and Jobs, and add a heartbeat to the Process record [\#999](https://github.com/bensheldon/good_job/pull/999) ([bensheldon](https://github.com/bensheldon))

## [v3.28.3](https://github.com/bensheldon/good_job/tree/v3.28.3) (2024-05-18)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.28.2...v3.28.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.28.3)
good_job (3.29.0)
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.29.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c94f8df2d107053910a34b12edfb09134066ee46f73e52b66710317d435b6d22
1 change: 1 addition & 0 deletions checksums/good_job-3.29.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
32201760f58553228bacd07a664093b03ecd3137ca4c72617513d3752e944c115d507b5015f9b7065f47a974e7fc1638223de4b243549c341e3250ea91b9160a
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.28.3'
VERSION = '3.29.0'

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

0 comments on commit e632cf3

Please sign in to comment.