Skip to content

Commit

Permalink
Release good_job v3.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Sep 2, 2023
1 parent 1ee5368 commit 44405ef
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v3.18.2](https://github.com/bensheldon/good_job/tree/v3.18.2) (2023-09-02)

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

**Fixed bugs:**

- Fix compatibility with Global ID v1.2.0 [\#1064](https://github.com/bensheldon/good_job/pull/1064) ([bensheldon](https://github.com/bensheldon))

**Merged pull requests:**

- Bump pg from 1.5.3 to 1.5.4 [\#1061](https://github.com/bensheldon/good_job/pull/1061) ([dependabot[bot]](https://github.com/apps/dependabot))

## [v3.18.1](https://github.com/bensheldon/good_job/tree/v3.18.1) (2023-08-30)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.18.0...v3.18.1)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
good_job (3.18.1)
good_job (3.18.2)
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.18.2.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
df44bdcafe98d056115f1260346e208f33cd2a27f339f014f6a7ec68268d3e1c
1 change: 1 addition & 0 deletions checksums/good_job-3.18.2.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
718867ce726d41cdfa5d94cf125a90e14f0443d9b3e44ecac91edbb336cab599779ba8cd8c041c633700b0b274bf19e8c2586da06cfbdac6bd646f7176564e02
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.18.1'
VERSION = '3.18.2'

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

0 comments on commit 44405ef

Please sign in to comment.