Skip to content

Commit

Permalink
Release good_job v3.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Sep 12, 2022
1 parent d0253d0 commit 8b47875
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v3.4.5](https://github.com/bensheldon/good_job/tree/v3.4.5) (2022-09-12)

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

**Fixed bugs:**

- Dashboard: Remove translation\_missing red highlighting; remove number\_to\_human.hundreds; add form labels [\#708](https://github.com/bensheldon/good_job/pull/708) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- pg\_xact No Such File error in logs [\#709](https://github.com/bensheldon/good_job/issues/709)
- Broken upgrade to v3. [\#703](https://github.com/bensheldon/good_job/issues/703)

**Merged pull requests:**

- Sentry integration Docs [\#711](https://github.com/bensheldon/good_job/pull/711) ([remy727](https://github.com/remy727))
- Add an `Execution` `after_perform_unlocked` callback [\#706](https://github.com/bensheldon/good_job/pull/706) ([bensheldon](https://github.com/bensheldon))

## [v3.4.4](https://github.com/bensheldon/good_job/tree/v3.4.4) (2022-08-20)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.4.3...v3.4.4)
Expand Down Expand Up @@ -138,7 +156,6 @@

**Closed issues:**

- Unable to Replace GoodJob's Logger [\#667](https://github.com/bensheldon/good_job/issues/667)
- Readme should consistently encourage usage of `config.good_job....` instead of `GoodJob.` configuration [\#628](https://github.com/bensheldon/good_job/issues/628)
- Improve the "Gem development" section of README? [\#551](https://github.com/bensheldon/good_job/issues/551)
- Simplify Rails initialization to only be a mountable Engine [\#543](https://github.com/bensheldon/good_job/issues/543)
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.4.4)
good_job (3.4.5)
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.4.5.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4e3745444576f87da8fafe810fac8ac9318cf566c2083ceaa0cf3411d9d84397
1 change: 1 addition & 0 deletions checksums/good_job-3.4.5.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
53f8aca557f1fa5cb6f14f99e18494760ed9d82a990d29bb88d1278ebe3d50c0a95d83174ff4ba1d8f05e5c55bd7bdd2793602209500fd254c112eaad723ba55
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.4.4'
VERSION = '3.4.5'
end

0 comments on commit 8b47875

Please sign in to comment.