Skip to content

Commit

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

## [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)

**Implemented enhancements:**

- Release GoodJob v4 [\#1394](https://github.com/bensheldon/good_job/pull/1394) ([bensheldon](https://github.com/bensheldon))

## [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)
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.99.0)
good_job (4.0.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.0.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6e6488fdaf5ae4c6d1f8edadc1983365670557efc525c53def79fe1464ff9939
1 change: 1 addition & 0 deletions checksums/good_job-4.0.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eda29535ba73e37ba3d38508d00ff58f49722db2419216f7f6cdf5f413b689a0d081c5bd6a4e4488b74962b1831780ef33f3fcf7ff08b12df24d9852f4747a6c
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.99.0'
VERSION = '4.0.0'

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

0 comments on commit c879d5d

Please sign in to comment.