Skip to content

Commit

Permalink
Release good_job v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Oct 10, 2024
1 parent 416742d commit 2cd858c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [v4.4.1](https://github.com/bensheldon/good_job/tree/v4.4.1) (2024-10-10)

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

**Fixed bugs:**

- Better search job arguments \(including integers\) by adding `serialized_params->>arguments` explicitly [\#1504](https://github.com/bensheldon/good_job/pull/1504) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- Searching for an integer type argument \(on the dashboard\) does not yeild any results [\#1458](https://github.com/bensheldon/good_job/issues/1458)

**Merged pull requests:**

- Clean up appraisals, add rails 8, use postgres 17 [\#1505](https://github.com/bensheldon/good_job/pull/1505) ([Earlopain](https://github.com/Earlopain))
- Bump the bundler-lint group across 1 directory with 5 updates [\#1501](https://github.com/bensheldon/good_job/pull/1501) ([dependabot[bot]](https://github.com/apps/dependabot))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.3.0...v4.4.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.4.0)
good_job (4.4.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.4.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e5d9734e251870f75f7842bc07691f1be6ff97aa04a3e6f67a52676683317ea6
1 change: 1 addition & 0 deletions checksums/good_job-4.4.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ac786e7766a88d42aa6ad39808e2ab4ecd1ac64f683d11ae37df48fb23c9e765f024a21cfe0073257ba14d47aaea37aabd8c1a4aae11ccc4f8dac80e101a611f
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.4.0'
VERSION = '4.4.1'

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

0 comments on commit 2cd858c

Please sign in to comment.