Skip to content

Commit

Permalink
Release good_job v3.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Mar 1, 2023
1 parent cccb79b commit 7cce79e
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.12.7](https://github.com/bensheldon/good_job/tree/v3.12.7) (2023-03-01)

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

**Fixed bugs:**

- Rename "assets" to "frontends" to avoid Asset Pipeline collisions [\#874](https://github.com/bensheldon/good_job/pull/874) ([bensheldon](https://github.com/bensheldon))

**Closed issues:**

- GoodJob's JavaScript takes precedence over application's JavaScript in GoodJob 3.12.6, Rails 7 [\#873](https://github.com/bensheldon/good_job/issues/873)

## [v3.12.6](https://github.com/bensheldon/good_job/tree/v3.12.6) (2023-03-01)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.12.5...v3.12.6)
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.6)
good_job (3.12.7)
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.7.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
43136b5f7f055eb0051d865d8265387f7c77ecc5ff8fd6e54f4803ae11982cd2
1 change: 1 addition & 0 deletions checksums/good_job-3.12.7.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
038a8deb1eb9926e9033d6d98c7342856bbd16d0dcdf425578a535b2655b616dafd5d0cce02394048b870a118a72bfeff8598c057f72c96fd32abf9796b5c3d5
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.6'
VERSION = '3.12.7'
end

0 comments on commit 7cce79e

Please sign in to comment.