Bump version to 4.22.5 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 07:55:13 +00:00
parent 59404c0ebb
commit 7bf8e9b6e5
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.4 -->
## [v4.22.4](https://github.com/inspec/inspec/tree/v4.22.4) (2020-07-29)
<!-- latest_release 4.22.5 -->
## [v4.22.5](https://github.com/inspec/inspec/tree/v4.22.5) (2020-08-04)
#### Merged Pull Requests
- Ensure truncate message only returns on truncated values [#5165](https://github.com/inspec/inspec/pull/5165) ([Schwad](https://github.com/Schwad))
- Move windows bomb forward pre-emptively [#5176](https://github.com/inspec/inspec/pull/5176) ([Schwad](https://github.com/Schwad))
<!-- latest_release -->
<!-- release_rollup since=4.22.1 -->
### Changes since 4.22.1 release
#### Merged Pull Requests
- Move windows bomb forward pre-emptively [#5176](https://github.com/inspec/inspec/pull/5176) ([Schwad](https://github.com/Schwad)) <!-- 4.22.5 -->
- Ensure truncate message only returns on truncated values [#5165](https://github.com/inspec/inspec/pull/5165) ([Schwad](https://github.com/Schwad)) <!-- 4.22.4 -->
- Fix freebsd osfamily user group tests [#5123](https://github.com/inspec/inspec/pull/5123) ([fzipi](https://github.com/fzipi)) <!-- 4.22.3 -->
- feat(sensitive): add sensitive output to mysql and postgres sessions [#5124](https://github.com/inspec/inspec/pull/5124) ([fzipi](https://github.com/fzipi)) <!-- 4.22.2 -->

View file

@ -1 +1 @@
4.22.4
4.22.5

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.4".freeze
VERSION = "4.22.5".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.22.4".freeze
VERSION = "4.22.5".freeze
end