From 54763c61d702001fa9349db98adf7495d8b7b30d Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 10 May 2021 20:56:05 +0000 Subject: [PATCH] Bump version to 4.37.8 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b940b53ea..12c3a3e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.37.7](https://github.com/inspec/inspec/tree/v4.37.7) (2021-05-10) + +## [v4.37.8](https://github.com/inspec/inspec/tree/v4.37.8) (2021-05-10) #### Merged Pull Requests -- Modified windows_feature to indicate enabled rather than just available [#5506](https://github.com/inspec/inspec/pull/5506) ([jwdean](https://github.com/jwdean)) +- Remove outdated instructions about testing AWS and Azure resources [#5499](https://github.com/inspec/inspec/pull/5499) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 4.37.0 release #### Merged Pull Requests +- Remove outdated instructions about testing AWS and Azure resources [#5499](https://github.com/inspec/inspec/pull/5499) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Modified windows_feature to indicate enabled rather than just available [#5506](https://github.com/inspec/inspec/pull/5506) ([jwdean](https://github.com/jwdean)) - Update Hugo and correct how build previews are generated [#5507](https://github.com/inspec/inspec/pull/5507) ([IanMadd](https://github.com/IanMadd)) - Update chefstyle requirement from ~> 1.7.1 to ~> 2.0.3 [#5508](https://github.com/inspec/inspec/pull/5508) ([dependabot[bot]](https://github.com/dependabot[bot])) diff --git a/VERSION b/VERSION index d158bd2a7..611a30c09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.37.7 \ No newline at end of file +4.37.8 \ 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 0b20e27a1..cc5d98d6f 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.37.7".freeze + VERSION = "4.37.8".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index a51c5f5d4..5236eb187 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.37.7".freeze + VERSION = "4.37.8".freeze end