Bump version to 4.22.8 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-08-04 10:34:26 +00:00
parent fa088c4868
commit beaad73586
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.22.7 -->
## [v4.22.7](https://github.com/inspec/inspec/tree/v4.22.7) (2020-08-04)
<!-- latest_release 4.22.8 -->
## [v4.22.8](https://github.com/inspec/inspec/tree/v4.22.8) (2020-08-04)
#### Merged Pull Requests
- fix error in passwd example [#5171](https://github.com/inspec/inspec/pull/5171) ([chrisbirster](https://github.com/chrisbirster))
- Supports Scientific Linux in service resource [#5164](https://github.com/inspec/inspec/pull/5164) ([Schwad](https://github.com/Schwad))
<!-- latest_release -->
<!-- release_rollup since=4.22.1 -->
### Changes since 4.22.1 release
#### Merged Pull Requests
- Supports Scientific Linux in service resource [#5164](https://github.com/inspec/inspec/pull/5164) ([Schwad](https://github.com/Schwad)) <!-- 4.22.8 -->
- fix error in passwd example [#5171](https://github.com/inspec/inspec/pull/5171) ([chrisbirster](https://github.com/chrisbirster)) <!-- 4.22.7 -->
- Fix missing docs content [#5159](https://github.com/inspec/inspec/pull/5159) ([IanMadd](https://github.com/IanMadd)) <!-- 4.22.6 -->
- Move windows bomb forward pre-emptively [#5176](https://github.com/inspec/inspec/pull/5176) ([Schwad](https://github.com/Schwad)) <!-- 4.22.5 -->

View file

@ -1 +1 @@
4.22.7
4.22.8

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.22.7".freeze
VERSION = "4.22.8".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.22.7".freeze
VERSION = "4.22.8".freeze
end