Skip to content

Commit

Permalink
Release good_job v4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Nov 29, 2024
1 parent ee33626 commit 81d824a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [v4.5.1](https://github.com/bensheldon/good_job/tree/v4.5.1) (2024-11-29)

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

**Implemented enhancements:**

- GoodJob.cleanup\_preserved\_jobs: add :include\_discarded option [\#1550](https://github.com/bensheldon/good_job/pull/1550) ([jonleighton](https://github.com/jonleighton))

**Fixed bugs:**

- Fix compatibility with `rails-head` when duplicated advisory lockable column [\#1553](https://github.com/bensheldon/good_job/pull/1553) ([Earlopain](https://github.com/Earlopain))

**Closed issues:**

- `PG::AmbiguousColumn` after upgrade to 4.5.0 [\#1551](https://github.com/bensheldon/good_job/issues/1551)

**Merged pull requests:**

- Remove usage of COALESCE from dashboard chart [\#1306](https://github.com/bensheldon/good_job/pull/1306) ([bananatron](https://github.com/bananatron))

## [v4.5.0](https://github.com/bensheldon/good_job/tree/v4.5.0) (2024-11-22)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v4.4.2...v4.5.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.5.0)
good_job (4.5.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.5.1.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a4dc9e4e5fe5d268bd8954f5a1aee7834c44ecb015feae96806f43b4c29b4352
1 change: 1 addition & 0 deletions checksums/good_job-4.5.1.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
62a83147f6c38d35059e6dd9194c9472f7a44ab107491501a6489fb48799c32691e6bd1794bbfc2c9573a66e24d3b975775c4ac5cdfce68cd3faf29495653878
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.5.0'
VERSION = '4.5.1'

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

0 comments on commit 81d824a

Please sign in to comment.