Skip to content

Commit

Permalink
Release good_job v3.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Mar 1, 2024
1 parent d5e65df commit c308b79
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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

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

**Fixed bugs:**

- Ignore job deserialization errors when mass-retrying through the dashboard [\#1269](https://github.com/bensheldon/good_job/pull/1269) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Plain HTTP 500 Error when retrying a job for deleted record [\#1263](https://github.com/bensheldon/good_job/issues/1263)

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.25.0...v3.26.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 (3.26.0)
good_job (3.26.1)
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.26.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
866cffade620c94cdc30400164e9d078d05aacb78b3f5902533bb1ab1ea66584
1 change: 1 addition & 0 deletions checksums/good_job-3.26.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
03061f146d134a7f2c2453c213b53dc15c14a102ca73fbba91ad533c7ae30aea4453151ff615b4102adb27395de1a83428c3e2a7c73aa46db5f2d04541ea2800
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.26.0'
VERSION = '3.26.1'

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

0 comments on commit c308b79

Please sign in to comment.