From 26ce8a08368d12e2850a557ade257ad4d5ae7c2e Mon Sep 17 00:00:00 2001 From: Ben Sheldon Date: Tue, 9 Nov 2021 17:01:34 -0800 Subject: [PATCH] Release good_job v2.7.0 --- CHANGELOG.md | 13 +++++++++++++ Gemfile.lock | 2 +- lib/good_job/version.rb | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8502cf4bf..f2ed79696 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [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:** + +- Add http probe for CLI healthcheck/readiness/liveliness [\#452](https://github.com/bensheldon/good_job/pull/452) ([bensheldon](https://github.com/bensheldon)) +- Add explicit Content Security Policy \(CSP\) for Dashboard [\#449](https://github.com/bensheldon/good_job/pull/449) ([bensheldon](https://github.com/bensheldon)) + +**Closed issues:** + +- Add a default Content-Security-Policy for the Dashboard [\#420](https://github.com/bensheldon/good_job/issues/420) + ## [v2.6.2](https://github.com/bensheldon/good_job/tree/v2.6.2) (2021-11-05) [Full Changelog](https://github.com/bensheldon/good_job/compare/v2.6.1...v2.6.2) diff --git a/Gemfile.lock b/Gemfile.lock index ba57023e9..fb598b0b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - good_job (2.6.2) + good_job (2.7.0) activejob (>= 5.2.0) activerecord (>= 5.2.0) concurrent-ruby (>= 1.0.2) diff --git a/lib/good_job/version.rb b/lib/good_job/version.rb index 51844f285..9a21b042c 100644 --- a/lib/good_job/version.rb +++ b/lib/good_job/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module GoodJob # GoodJob gem version. - VERSION = '2.6.2' + VERSION = '2.7.0' end