Skip to content

Commit

Permalink
Release good_job v3.29.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jun 24, 2024
1 parent 301907b commit 58a6605
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v3.29.5](https://github.com/bensheldon/good_job/tree/v3.29.5) (2024-06-24)

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

**Fixed bugs:**

- fix: require rack/handler for rack \>= 3.1.x [\#1383](https://github.com/bensheldon/good_job/pull/1383) ([shouichi](https://github.com/shouichi))

**Closed issues:**

- Unexpected behavior of calling perform\_now inside another job [\#1379](https://github.com/bensheldon/good_job/issues/1379)
- \[BUG\] \[Dashboard\] count isn't following by the filter [\#1376](https://github.com/bensheldon/good_job/issues/1376)

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.29.3...v3.29.4)
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.29.4)
good_job (3.29.5)
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.5.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3d71236c7e89b9678ba0cf16d6a93b9ee2ff12795959a0c10f77fd52f6479a13
1 change: 1 addition & 0 deletions checksums/good_job-3.29.5.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8db39cdb6a359e3619788bef0880ca1833fa4342e08bdb40a20d2785678148e2e55b349b4b1bdb181dd4517e50c027e7ac3c9098ef9b3e9dcbbc4a79d4748ca3
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.29.4'
VERSION = '3.29.5'

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

0 comments on commit 58a6605

Please sign in to comment.