Bump version to 5.21.32 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:27:16 +00:00
parent fe187f73c7
commit 5d8518b9fa
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.31 -->
## [v5.21.31](https://github.com/inspec/inspec/tree/v5.21.31) (2023-02-03)
<!-- latest_release 5.21.32 -->
## [v5.21.32](https://github.com/inspec/inspec/tree/v5.21.32) (2023-02-03)
#### 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))
- Updates Release Process Docs [#6398](https://github.com/inspec/inspec/pull/6398) ([Vasu1105](https://github.com/Vasu1105))
<!-- latest_release -->
<!-- release_rollup since=5.21.29 -->
### Changes since 5.21.29 release
#### Merged Pull Requests
- Updates Release Process Docs [#6398](https://github.com/inspec/inspec/pull/6398) ([Vasu1105](https://github.com/Vasu1105)) <!-- 5.21.32 -->
- 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.31
5.21.32

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.31".freeze
VERSION = "5.21.32".freeze
end

View file

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