Skip to content

Commit

Permalink
Release good_job v3.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 7, 2024
1 parent 63db687 commit 06e0f06
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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

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

**Merged pull requests:**

- Remove deprecation silencers for v3.99 release [\#1395](https://github.com/bensheldon/good_job/pull/1395) ([bensheldon](https://github.com/bensheldon))
- Add instructions and `GoodJob.v4_ready?` for upgrading to v4 [\#1356](https://github.com/bensheldon/good_job/pull/1356) ([bensheldon](https://github.com/bensheldon))

## [v3.30.1](https://github.com/bensheldon/good_job/tree/v3.30.1) (2024-07-06)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.30.0...v3.30.1)
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 (3.30.1)
good_job (3.99.0)
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.99.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
86dfda13a66504909f864eebf966240fe54f2926c31de98ea7cc838c7e4978c5
1 change: 1 addition & 0 deletions checksums/good_job-3.99.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9cce6a3d8704122aaf414dadc9a6c8ebcfe992eb4b6b23b3de2e3c8496d12d2e9117e5ba2ac3eda5d772077da811de7040a2dec0d1a29d4fcc4c7d26f1a2939e
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 = '3.30.1'
VERSION = '3.99.0'

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

0 comments on commit 06e0f06

Please sign in to comment.