Skip to content

Commit

Permalink
Release good_job v3.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Mar 1, 2023
1 parent 7a36f26 commit da082fa
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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

**Merged pull requests:**

- Update and cleanup js and css assets; add Stimulus [\#870](https://github.com/bensheldon/good_job/pull/870) ([bensheldon](https://github.com/bensheldon))
- Bump actions/add-to-project from 0.4.0 to 0.4.1 [\#869](https://github.com/bensheldon/good_job/pull/869) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump actions/checkout from 2 to 3 [\#868](https://github.com/bensheldon/good_job/pull/868) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump rubocop-rails from 2.17.4 to 2.18.0 [\#867](https://github.com/bensheldon/good_job/pull/867) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump pg from 1.4.5 to 1.4.6 [\#866](https://github.com/bensheldon/good_job/pull/866) ([dependabot[bot]](https://github.com/apps/dependabot))
- Extract GoodJob::Capsule [\#861](https://github.com/bensheldon/good_job/pull/861) ([bensheldon](https://github.com/bensheldon))

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

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

0 comments on commit da082fa

Please sign in to comment.