Skip to content

Commit

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

## [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)

**Merged pull requests:**

- Allow joining executions to jobs scoped by state [\#886](https://github.com/bensheldon/good_job/pull/886) ([segiddins](https://github.com/segiddins))
- Add execution\_result to event payload for perform\_job.good\_job [\#885](https://github.com/bensheldon/good_job/pull/885) ([segiddins](https://github.com/segiddins))
- Bump rack from 2.2.6.2 to 2.2.6.3 [\#884](https://github.com/bensheldon/good_job/pull/884) ([dependabot[bot]](https://github.com/apps/dependabot))

## [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)
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.0)
good_job (3.14.1)
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.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3abd0dc0429f258cc78bd11fdbd5ac3d5eeb758a10d92a76e90f875f66e5dd4a
1 change: 1 addition & 0 deletions checksums/good_job-3.14.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6440f99d7971564a1feca02a6a5d15a74e0ea4ab2c451be01b5889e2c0d79114f151624ac14181dabad4be64ea0fb8772873b976afe7354ad65db23a682f1218
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.0'
VERSION = '3.14.1'
end

0 comments on commit f6cf93b

Please sign in to comment.