Bump version to 5.21.31 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2023-02-03 08:25:15 +00:00
parent 7cff4cdf86
commit fe187f73c7
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 5.21.30 -->
## [v5.21.30](https://github.com/inspec/inspec/tree/v5.21.30) (2023-02-03)
<!-- latest_release 5.21.31 -->
## [v5.21.31](https://github.com/inspec/inspec/tree/v5.21.31) (2023-02-03)
#### Merged Pull Requests
- CFINSPEC-554: Update CLI Docs rake task to work with current InSpec docs. [#6384](https://github.com/inspec/inspec/pull/6384) ([ahasunos](https://github.com/ahasunos))
- CFINSPEC-573: Fix for mongodb_session resource prints debug level of information in profile run result. [#6401](https://github.com/inspec/inspec/pull/6401) ([Vasu1105](https://github.com/Vasu1105))
<!-- latest_release -->
<!-- release_rollup since=5.21.29 -->
### Changes since 5.21.29 release
#### Merged Pull Requests
- CFINSPEC-573: Fix for mongodb_session resource prints debug level of information in profile run result. [#6401](https://github.com/inspec/inspec/pull/6401) ([Vasu1105](https://github.com/Vasu1105)) <!-- 5.21.31 -->
- CFINSPEC-554: Update CLI Docs rake task to work with current InSpec docs. [#6384](https://github.com/inspec/inspec/pull/6384) ([ahasunos](https://github.com/ahasunos)) <!-- 5.21.30 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
5.21.30
5.21.31

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "5.21.30".freeze
VERSION = "5.21.31".freeze
end