CHANGELOG.md in good_job-2.7.0 vs CHANGELOG.md in good_job-2.7.1

- old
+ new

@@ -1,6 +1,23 @@ # 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) **Implemented enhancements:**