Skip to content

Commit

Permalink
Release good_job v2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Nov 29, 2021
1 parent f614c67 commit 8525039
Show file tree
Hide file tree
Showing 3 changed files with 16 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

## [v2.7.2](https://github.com/bensheldon/good_job/tree/v2.7.2) (2021-11-29)

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

**Implemented enhancements:**

- Allow GoodJob global configuration accessors to also be set via Rails config hash [\#460](https://github.com/bensheldon/good_job/pull/460) ([bensheldon](https://github.com/bensheldon))

**Merged pull requests:**

- Use `ActiveRecord::Relation::QueryAttribute` when setting up bindings for `exec_query` [\#461](https://github.com/bensheldon/good_job/pull/461) ([bensheldon](https://github.com/bensheldon))
- Configure RSpec `config.example_status_persistence_file_path` [\#459](https://github.com/bensheldon/good_job/pull/459) ([bensheldon](https://github.com/bensheldon))
- Defer async initialization until Rails fully initialized [\#454](https://github.com/bensheldon/good_job/pull/454) ([bensheldon](https://github.com/bensheldon))

## [v2.7.1](https://github.com/bensheldon/good_job/tree/v2.7.1) (2021-11-26)

[Full Changelog](https://github.com/bensheldon/good_job/compare/v2.7.0...v2.7.1)
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.7.1)
good_job (2.7.2)
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.7.1'
VERSION = '2.7.2'
end

0 comments on commit 8525039

Please sign in to comment.