Skip to content

Commit

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

## [v3.14.2](https://github.com/bensheldon/good_job/tree/v3.14.2) (2023-03-16)

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

**Merged pull requests:**

- Bump rack from 2.2.6.3 to 2.2.6.4 [\#893](https://github.com/bensheldon/good_job/pull/893) ([dependabot[bot]](https://github.com/apps/dependabot))
- Remove non-ActiveRecord::Base backed association [\#892](https://github.com/bensheldon/good_job/pull/892) ([rrunyon](https://github.com/rrunyon))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.14.0...v3.14.1)
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.14.1)
good_job (3.14.2)
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.14.2.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b7ce940fa81b496877b58fd1175bc1fecee29b3d0f91e0ccb0e8c4f3fcf0f749
1 change: 1 addition & 0 deletions checksums/good_job-3.14.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
751cc8d8a236c2251b86a801036f2a63fe464a6666430fdf9f14270f1e863c18605f34d3bcbb94ba5cb886db099657cae26000eec4fc4d48e5a65784474c7106
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.14.1'
VERSION = '3.14.2'
end

0 comments on commit c7abca3

Please sign in to comment.