Skip to content

Commit

Permalink
Release good_job v3.15.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jun 14, 2023
1 parent b4fdcbb commit 1ce9aef
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v3.15.13](https://github.com/bensheldon/good_job/tree/v3.15.13) (2023-06-14)

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

**Fixed bugs:**

- Replace uncached table\_exists? with cached table\_exists? [\#979](https://github.com/bensheldon/good_job/pull/979) ([cmcinnes-mdsol](https://github.com/cmcinnes-mdsol))

## [v3.15.12](https://github.com/bensheldon/good_job/tree/v3.15.12) (2023-06-11)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.15.11...v3.15.12)
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.12)
good_job (3.15.13)
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.13.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
86e47e421b00ae5c07e44b6d62a9027cb03060a91639f9b9bde91ebd390917c3
1 change: 1 addition & 0 deletions checksums/good_job-3.15.13.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e8d27cf0b024335e6c2f22c32151df8e2825287a1252541df3beefc772a9c49b046bf29a8a25fa314bd3901207b83fdbbe03d4a981a6003f0179699df7a103c5
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.12'
VERSION = '3.15.13'

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

0 comments on commit 1ce9aef

Please sign in to comment.