Skip to content

Commit

Permalink
Release good_job v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Aug 29, 2024
1 parent 2b815ca commit 9a78188
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v4.2.1](https://github.com/bensheldon/good_job/tree/v4.2.1) (2024-08-29)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.2.0...v4.2.1)

**Closed issues:**

- Issue with active\_record.strict\_loading\_by\_default [\#1474](https://github.com/bensheldon/good_job/issues/1474)

**Merged pull requests:**

- fix strict\_loading\_by\_default in BaseRecord [\#1475](https://github.com/bensheldon/good_job/pull/1475) ([emilsosa](https://github.com/emilsosa))
- Bump rexml from 3.3.3 to 3.3.6 [\#1473](https://github.com/bensheldon/good_job/pull/1473) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump fugit from 1.11.0 to 1.11.1 [\#1471](https://github.com/bensheldon/good_job/pull/1471) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v4.2.0](https://github.com/bensheldon/good_job/tree/v4.2.0) (2024-08-16)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.1.1...v4.2.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
good_job (4.2.0)
good_job (4.2.1)
activejob (>= 6.1.0)
activerecord (>= 6.1.0)
concurrent-ruby (>= 1.3.1)
Expand Down
1 change: 1 addition & 0 deletions checksums/good_job-4.2.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ba87db604af5700b97ac9ecc89f6904afe5c18bce79f0cb32d629d4a288fefa5
1 change: 1 addition & 0 deletions checksums/good_job-4.2.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a7243faf6a2a1145ccff9f5a5c7e07dd205be96fbca8b26a0e43e6937fc799fff6b676063946ba11e4e850c312fd5f3070f0d40dcb72b6824dbb250090d0a4be
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module GoodJob
# GoodJob gem version.
VERSION = '4.2.0'
VERSION = '4.2.1'

# GoodJob version as Gem::Version object
GEM_VERSION = Gem::Version.new(VERSION)
Expand Down

0 comments on commit 9a78188

Please sign in to comment.