Skip to content

Commit

Permalink
Release good_job v4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Dec 31, 2024
1 parent 462efc8 commit 88bec33
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.7.0](https://github.com/bensheldon/good_job/tree/v4.7.0) (2024-12-31)

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

**Implemented enhancements:**

- Expose good job labels in dashboard [\#1561](https://github.com/bensheldon/good_job/pull/1561) ([BClark88](https://github.com/BClark88))

**Merged pull requests:**

- Allow cron configuration `class` value to be a proc [\#1566](https://github.com/bensheldon/good_job/pull/1566) ([bensheldon](https://github.com/bensheldon))
- Add Ruby 3.4 to CI [\#1565](https://github.com/bensheldon/good_job/pull/1565) ([Earlopain](https://github.com/Earlopain))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.5.1...v4.6.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.6.0)
good_job (4.7.0)
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.7.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d36d7b19c1e3a250862893be759d3292451541c0c357b2cf4b777c3c06754740
1 change: 1 addition & 0 deletions checksums/good_job-4.7.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1400b709c98c92960efde47aa9ea438e849e7e2c44700d0e95e23bffc5b5e8fc60d90698afef38243fbe95a2b82f2248309a113ab4c0565499a2e0ba5b0105b5
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.6.0'
VERSION = '4.7.0'

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

0 comments on commit 88bec33

Please sign in to comment.