Skip to content

Commit

Permalink
Release good_job v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 8, 2024
1 parent d6cf3de commit d6d1a8c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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

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

**Fixed bugs:**

- Actually change `smaller_number_is_higher_priority` for v4 [\#1402](https://github.com/bensheldon/good_job/pull/1402) ([Earlopain](https://github.com/Earlopain))

**Merged pull requests:**

- Bump prism/rbi dev dependency [\#1403](https://github.com/bensheldon/good_job/pull/1403) ([Earlopain](https://github.com/Earlopain))
- Use index action for the performance controller [\#1398](https://github.com/bensheldon/good_job/pull/1398) ([Earlopain](https://github.com/Earlopain))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.99.0...v4.0.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.0.0)
good_job (4.0.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.0.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cdc876586fec690b1e25c24c3d471b41e696d6184bf167cb08a99f526e45a35d
1 change: 1 addition & 0 deletions checksums/good_job-4.0.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d7ce14f0c84c6a7b8b692e02b2f1f8c5b75671a74e16124a8d48d8ed1e56b818ad92410688ef26d936597d1b5a99e724e0654b51938c21b5dfb2a6488de98297
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.0.0'
VERSION = '4.0.1'

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

0 comments on commit d6d1a8c

Please sign in to comment.