Skip to content

Commit

Permalink
Release good_job v3.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Mar 9, 2023
1 parent a81c5ff commit f438899
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.14.0](https://github.com/bensheldon/good_job/tree/v3.14.0) (2023-03-09)

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

**Implemented enhancements:**

- Deprecate definition of job priority, change to "smaller number is higher priority" to align with Active Job definition [\#883](https://github.com/bensheldon/good_job/pull/883) ([bensheldon](https://github.com/bensheldon))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.12.8...v3.13.0)
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.13.0)
good_job (3.14.0)
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.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9afc10691efb31536fb0ada391a992c620e32444d928ae4924b7cb50deb6455a
1 change: 1 addition & 0 deletions checksums/good_job-3.14.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
66305972ea50f9e0b283fc8b16b88709f631acba7d91c204656822f6d3b8aa771c32b9671a8b2e1236539066cffcc738a7e73a6572e8e24a2168055e75bac883
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.13.0'
VERSION = '3.14.0'
end

0 comments on commit f438899

Please sign in to comment.