Skip to content

Commit

Permalink
Release good_job v3.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed May 19, 2023
1 parent bff8a7e commit 129aeb0
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

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

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

**Closed issues:**

- `active_job.enqueue` Performance Issue [\#939](https://github.com/bensheldon/good_job/issues/939)

**Merged pull requests:**

- Fix hard-coded and duplicated table\_name [\#958](https://github.com/bensheldon/good_job/pull/958) ([gap777](https://github.com/gap777))
- Bump rubocop from 1.46.0 to 1.50.2 [\#949](https://github.com/bensheldon/good_job/pull/949) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump rubocop-rails from 2.18.0 to 2.19.1 [\#947](https://github.com/bensheldon/good_job/pull/947) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v3.15.7](https://github.com/bensheldon/good_job/tree/v3.15.7) (2023-04-30)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.15.6...v3.15.7)
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.15.7)
good_job (3.15.8)
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.15.8.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d875c6353d37d0ee94d974587d133e4b6ebb5aa722c60315928581bdf376cbca
1 change: 1 addition & 0 deletions checksums/good_job-3.15.8.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9303c8280a94c4a615cf0f26d759f80105b3b52f4a2dff7fb56081cd3acbfaae75068d11dec62b3ae5ed9b7e7051140255c191efba9c22b9db81553edff95557
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.15.7'
VERSION = '3.15.8'

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

0 comments on commit 129aeb0

Please sign in to comment.