Skip to content

Commit

Permalink
Release good_job v3.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Feb 21, 2023
1 parent dc4fcf9 commit 616e070
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

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

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

**Closed issues:**

- \[Not Critical\] Too much space \(One\) in db/migrate/XXXXXX\_create\_index\_good\_jobs\_jobs\_on\_priority\_created\_at\_when\_unfinished.rb [\#851](https://github.com/bensheldon/good_job/issues/851)
- Use timestamps with timezone when set as the default for postgresql. [\#668](https://github.com/bensheldon/good_job/issues/668)

**Merged pull requests:**

- Fix bug where notification check does not use configuration [\#857](https://github.com/bensheldon/good_job/pull/857) ([mitchellhenke](https://github.com/mitchellhenke))
- Fix template for the update migrations 03 index \(\#851\) [\#852](https://github.com/bensheldon/good_job/pull/852) ([julienanne](https://github.com/julienanne))

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

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.12.1...v3.12.2)
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.12.2)
good_job (3.12.3)
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.12.3.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d531aea58c186ff29780cf92ca462237ce8fcb48aae2c97aed3b67e01a198fa1
1 change: 1 addition & 0 deletions checksums/good_job-3.12.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ba8d14ce8a47d370f8a50b2c29e3a1e42eb7ea98e3241e39fd862364ac76ad79df7c60b8c59538859c29689c69052e9292c65b0376c6fbf8a9fdbf1fc2ea1a90
2 changes: 1 addition & 1 deletion lib/good_job/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module GoodJob
# GoodJob gem version.
VERSION = '3.12.2'
VERSION = '3.12.3'
end

0 comments on commit 616e070

Please sign in to comment.