Bump version to 4.46.9 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2021-09-28 04:32:22 +00:00
parent 86e7da02a1
commit 2e23f13d11
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.46.8 --> <!-- latest_release 4.46.9 -->
## [v4.46.8](https://github.com/inspec/inspec/tree/v4.46.8) (2021-09-28) ## [v4.46.9](https://github.com/inspec/inspec/tree/v4.46.9) (2021-09-28)
#### Enhancements #### Enhancements
- Add csv without headers support in csv resource [#5665](https://github.com/inspec/inspec/pull/5665) ([Vasu1105](https://github.com/Vasu1105)) - Add option in `postgres_session` resource to establish socket connection [#5664](https://github.com/inspec/inspec/pull/5664) ([Nik08](https://github.com/Nik08))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=4.41.20 --> <!-- release_rollup since=4.41.20 -->
### Changes since 4.41.20 release ### Changes since 4.41.20 release
#### Enhancements #### Enhancements
- Add option in `postgres_session` resource to establish socket connection [#5664](https://github.com/inspec/inspec/pull/5664) ([Nik08](https://github.com/Nik08)) <!-- 4.46.9 -->
- Add csv without headers support in csv resource [#5665](https://github.com/inspec/inspec/pull/5665) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.46.8 --> - Add csv without headers support in csv resource [#5665](https://github.com/inspec/inspec/pull/5665) ([Vasu1105](https://github.com/Vasu1105)) <!-- 4.46.8 -->
#### Bug Fixes #### Bug Fixes

View file

@ -1 +1 @@
4.46.8 4.46.9

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.46.8".freeze VERSION = "4.46.9".freeze
end end

View file

@ -1,3 +1,3 @@
module Inspec module Inspec
VERSION = "4.46.8".freeze VERSION = "4.46.9".freeze
end end