Skip to content

Commit

Permalink
Release good_job v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Nov 26, 2021
1 parent 5156640 commit 9db7cd8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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

**Fixed bugs:**

- Unclear error when database can't be reached [\#457](https://github.com/bensheldon/good_job/issues/457)
- Remove Concurrent::Delay wrapping of database-loading methods [\#458](https://github.com/bensheldon/good_job/pull/458) ([bensheldon](https://github.com/bensheldon))
- Do not delete csp policies when checking csp policies [\#456](https://github.com/bensheldon/good_job/pull/456) ([JonathanFrias](https://github.com/JonathanFrias))

**Closed issues:**

- How to suppress job scheduler logs? [\#455](https://github.com/bensheldon/good_job/issues/455)
- Configuration in environments/\*.rb overrides application.rb [\#453](https://github.com/bensheldon/good_job/issues/453)
- Testing jobs synchronously [\#435](https://github.com/bensheldon/good_job/issues/435)
- HTTP health check endpoint [\#403](https://github.com/bensheldon/good_job/issues/403)

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

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

0 comments on commit 9db7cd8

Please sign in to comment.