Skip to content

Commit

Permalink
Release good_job v3.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Aug 24, 2023
1 parent a0a22fd commit 3cff9ee
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.17.4](https://github.com/bensheldon/good_job/tree/v3.17.4) (2023-08-24)

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

**Fixed bugs:**

- Handle edge case of logger not responding to silence [\#1049](https://github.com/bensheldon/good_job/pull/1049) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- An idea for better .silence handling [\#1046](https://github.com/bensheldon/good_job/issues/1046)

## [v3.17.3](https://github.com/bensheldon/good_job/tree/v3.17.3) (2023-08-19)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.17.2...v3.17.3)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
good_job (3.17.3)
good_job (3.17.4)
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.17.4.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
52ac2e7575c1a8ad710abab3dfc92000f6297b2c8ceedf0167df6687aa2c1a58
1 change: 1 addition & 0 deletions checksums/good_job-3.17.4.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
555843e5ec33664c5204fa995743fe2cd1580efc29045f4f12889cbdc394f651fab48af90cf107f7119f728ca08939861604cde0a993a2f5f9b1ef282b80cd8f
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.17.3'
VERSION = '3.17.4'

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

0 comments on commit 3cff9ee

Please sign in to comment.