From c6528568a3ebf24697c9f44b6109f6bed3d07eab Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 12 Jan 2021 20:36:35 +0000 Subject: [PATCH] Bump version to 4.24.31 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 8 ++++---- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c05da2d..e13370a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ # Change Log - -## [v4.24.30](https://github.com/inspec/inspec/tree/v4.24.30) (2021-01-12) + +## [v4.24.31](https://github.com/inspec/inspec/tree/v4.24.31) (2021-01-12) #### Merged Pull Requests -- clarify the inspec check command [#5379](https://github.com/inspec/inspec/pull/5379) ([chrisbirster](https://github.com/chrisbirster)) -- Switch Docker build to be omnibus-based [#5362](https://github.com/inspec/inspec/pull/5362) ([nkierpiec](https://github.com/nkierpiec)) +- Update faraday requirement from >= 0.9.0, < 1.2 to >= 0.9.0, < 1.4 [#5371](https://github.com/inspec/inspec/pull/5371) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) ### Changes since 4.24.28 release #### Merged Pull Requests +- Update faraday requirement from >= 0.9.0, < 1.2 to >= 0.9.0, < 1.4 [#5371](https://github.com/inspec/inspec/pull/5371) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - clarify the inspec check command [#5379](https://github.com/inspec/inspec/pull/5379) ([chrisbirster](https://github.com/chrisbirster)) - Switch Docker build to be omnibus-based [#5362](https://github.com/inspec/inspec/pull/5362) ([nkierpiec](https://github.com/nkierpiec)) - Add ENV var to skip live net tests in plugin installer unit tests [#5378](https://github.com/inspec/inspec/pull/5378) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 8ca4f68a3..d4955c6db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.24.30 \ No newline at end of file +4.24.31 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index 23554b420..1f59025d7 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -1,5 +1,5 @@ # This file managed by automation - do not edit manually module InspecBin INSPECBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "4.24.30".freeze + VERSION = "4.24.31".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 15cae55ff..8a26e38ce 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.24.30".freeze + VERSION = "4.24.31".freeze end