Skip to content

Commit

Permalink
Release good_job v3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Feb 16, 2023
1 parent 51f0de6 commit de33802
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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

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

**Fixed bugs:**

- Ensure all i18n locale keys are under `good_job` namespace [\#850](https://github.com/bensheldon/good_job/pull/850) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Override locales and conflict with rails-i18n [\#847](https://github.com/bensheldon/good_job/issues/847)

**Merged pull requests:**

- Add rack-mini-profiler to development [\#848](https://github.com/bensheldon/good_job/pull/848) ([bensheldon](https://github.com/bensheldon))
- Fix typo of "class" in README [\#845](https://github.com/bensheldon/good_job/pull/845) ([mthadley](https://github.com/mthadley))
- spelling: add n to 'not' [\#841](https://github.com/bensheldon/good_job/pull/841) ([michaelglass](https://github.com/michaelglass))

## [v3.12.1](https://github.com/bensheldon/good_job/tree/v3.12.1) (2023-02-09)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.12.0...v3.12.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.12.1)
good_job (3.12.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.12.2.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3cc67391bbad629e2e31bf98a3d7bb3f59efa76a480681da962e3974155b2c38
1 change: 1 addition & 0 deletions checksums/good_job-3.12.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14cceff710e8e46b9032cdc447a8719bdafcf3ee5cf5bbcdceb36abf0431c14534eeb60ea276a780ece1ee6ce548b0a62ff87ff2fb9009b234a25c2a0f016254
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.12.1'
VERSION = '3.12.2'
end

0 comments on commit de33802

Please sign in to comment.