Skip to content

Commit

Permalink
Release good_job v2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Apr 26, 2022
1 parent 8034a1a commit 134bc9d
Show file tree
Hide file tree
Showing 3 changed files with 10 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

## [v2.14.1](https://github.com/bensheldon/good_job/tree/v2.14.1) (2022-04-26)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.14.0...v2.14.1)

**Fixed bugs:**

- Temporarily disable Mass Action "Apply to all" because the action is badly scoped [\#583](https://github.com/bensheldon/good_job/pull/583) ([bensheldon](https://github.com/bensheldon))

## [v2.14.0](https://github.com/bensheldon/good_job/tree/v2.14.0) (2022-04-26)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.13.2...v2.14.0)
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 (2.14.0)
good_job (2.14.1)
activejob (>= 5.2.0)
activerecord (>= 5.2.0)
concurrent-ruby (>= 1.0.2)
Expand Down
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 = '2.14.0'
VERSION = '2.14.1'
end

0 comments on commit 134bc9d

Please sign in to comment.