Bump version to 4.38.4 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-06-29 04:48:32 +00:00
parent 61c83d28b3
commit 01baf2f7c0
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.38.3 --> <!-- latest_release 4.38.4 -->
## [v4.38.3](https://github.com/inspec/inspec/tree/v4.38.3) (2021-06-23) ## [v4.38.4](https://github.com/inspec/inspec/tree/v4.38.4) (2021-06-29)
#### Merged Pull Requests #### Merged Pull Requests
- Misc updates to the README [#5526](https://github.com/inspec/inspec/pull/5526) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Oracle Session Exception Handling [#5567](https://github.com/inspec/inspec/pull/5567) ([Nik08](https://github.com/Nik08))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=4.37.30 --> <!-- release_rollup since=4.37.30 -->
### Changes since 4.37.30 release ### Changes since 4.37.30 release
#### Merged Pull Requests #### Merged Pull Requests
- Oracle Session Exception Handling [#5567](https://github.com/inspec/inspec/pull/5567) ([Nik08](https://github.com/Nik08)) <!-- 4.38.4 -->
- Misc updates to the README [#5526](https://github.com/inspec/inspec/pull/5526) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.38.3 --> - 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 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 --> - 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 -->

View file

@ -1 +1 @@
4.38.3 4.38.4

View file

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

View file

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