Skip to content

Commit

Permalink
Release good_job v4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jan 24, 2025
1 parent d45fb07 commit b6cbd53
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v4.8.1](https://github.com/bensheldon/good_job/tree/v4.8.1) (2025-01-24)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.8.0...v4.8.1)

**Fixed bugs:**

- Fix notifier/scheduler handling of integer/epoch serialized scheduled\_at values [\#1583](https://github.com/bensheldon/good_job/pull/1583) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Losing "Processes" on the dashboard [\#1582](https://github.com/bensheldon/good_job/issues/1582)
- Notifier errored: TypeError: ActiveSupport::TimeWithZone can't be coerced into Integer [\#1581](https://github.com/bensheldon/good_job/issues/1581)
- Ability to pause queues [\#1574](https://github.com/bensheldon/good_job/issues/1574)

## [v4.8.0](https://github.com/bensheldon/good_job/tree/v4.8.0) (2025-01-22)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.7.0...v4.8.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 (4.8.0)
good_job (4.8.1)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-4.8.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3ef06e55763c6a31ac14f91a948a545ff9f812021b7b1b8e70268ff80b2025f7
1 change: 1 addition & 0 deletions checksums/good_job-4.8.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2b58dfde8cfd07f499ca8f556cd126216ff904d5fcb3ca47dea31baebbc2f329b22bfb3f1e89622d6f72d5702c99d7d63d0b7b553c84b4fff44fd399a0ec37ef
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 = '4.8.0'
VERSION = '4.8.1'

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

0 comments on commit b6cbd53

Please sign in to comment.