Skip to content

Commit

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

## [v3.21.5](https://github.com/bensheldon/good_job/tree/v3.21.5) (2023-12-12)

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

**Fixed bugs:**

- Fix conditional index migration to be rollbackable [\#1176](https://github.com/bensheldon/good_job/pull/1176) ([bensheldon](https://github.com/bensheldon))

## [v3.21.4](https://github.com/bensheldon/good_job/tree/v3.21.4) (2023-12-11)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v3.21.3...v3.21.4)
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 (3.21.4)
good_job (3.21.5)
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.21.5.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a1ca5decb3036306b4b968fee3a9a7321a23d25dc31372ed501193e06e3512d3
1 change: 1 addition & 0 deletions checksums/good_job-3.21.5.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dbd7d512eec1bf8d6cb34fc900b0d8dc1a4fec86b455d9e7940cf30b0c2087cc378c4fa8e26e287c998d28498944a854c0cb234890f16977547e357e2c93bc98
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.21.4'
VERSION = '3.21.5'

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

0 comments on commit 1e8954f

Please sign in to comment.