Skip to content

Commit 51d90b4

Browse files
committed
Release good_job v4.9.3
1 parent 1103d47 commit 51d90b4

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [v4.9.3](https://github.com/bensheldon/good_job/tree/v4.9.3) (2025-03-10)
4+
5+
[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.9.2...v4.9.3)
6+
7+
**Closed issues:**
8+
9+
- perform\_job.good\_job notification for successful jobs has error\_event: :discarded [\#1609](https://github.com/bensheldon/good_job/issues/1609)
10+
11+
**Merged pull requests:**
12+
13+
- Fix instrumentation of "perform\_job.good\_job" event [\#1616](https://github.com/bensheldon/good_job/pull/1616) ([bensheldon](https://github.com/bensheldon))
14+
315
## [v4.9.2](https://github.com/bensheldon/good_job/tree/v4.9.2) (2025-03-09)
416

517
[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.9.1...v4.9.2)

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
good_job (4.9.2)
4+
good_job (4.9.3)
55
activejob (>= 6.1.0)
66
activerecord (>= 6.1.0)
77
concurrent-ruby (>= 1.3.1)

checksums/good_job-4.9.3.gem.sha256

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
537e5dfe1069354faf6f9c56a00b1c4bb0ef88330e2aa03a78927cebceb19c84

checksums/good_job-4.9.3.gem.sha512

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b12c35fa25b7ec1dcf0afbdb1066cec7d2b90ef5d6db191aa33b5c70c16038663a27c88e3d814799604d44be1689329312b068e7e4a16928fab5df48c08b6047

lib/good_job/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module GoodJob
44
# GoodJob gem version.
5-
VERSION = '4.9.2'
5+
VERSION = '4.9.3'
66

77
# GoodJob version as Gem::Version object
88
GEM_VERSION = Gem::Version.new(VERSION)

0 commit comments

Comments
 (0)