Bump version to 4.38.3 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-06-23 21:55:54 +00:00
parent 4df2f20877
commit f88cde6425
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.38.2 -->
## [v4.38.2](https://github.com/inspec/inspec/tree/v4.38.2) (2021-06-22)
<!-- latest_release 4.38.3 -->
## [v4.38.3](https://github.com/inspec/inspec/tree/v4.38.3) (2021-06-23)
#### Merged Pull Requests
- Fix relative links [#5556](https://github.com/inspec/inspec/pull/5556) ([IanMadd](https://github.com/IanMadd))
- Misc updates to the README [#5526](https://github.com/inspec/inspec/pull/5526) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=4.37.30 -->
### Changes since 4.37.30 release
#### Merged Pull Requests
- Misc updates to the README [#5526](https://github.com/inspec/inspec/pull/5526) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.38.3 -->
- Fix relative links [#5556](https://github.com/inspec/inspec/pull/5556) ([IanMadd](https://github.com/IanMadd)) <!-- 4.38.2 -->
- Fix AWS secret key environment variable name in docs [#5566](https://github.com/inspec/inspec/pull/5566) ([sandratiffin](https://github.com/sandratiffin)) <!-- 4.38.1 -->
- Add support for mongodb_conf resource in InSpec [#5562](https://github.com/inspec/inspec/pull/5562) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.38.0 -->

View file

@ -1 +1 @@
4.38.2
4.38.3

View file

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

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.38.2".freeze
VERSION = "4.38.3".freeze
end