mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
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:
parent
86e7da02a1
commit
2e23f13d11
4 changed files with 7 additions and 6 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.46.8 -->
|
||||
## [v4.46.8](https://github.com/inspec/inspec/tree/v4.46.8) (2021-09-28)
|
||||
<!-- latest_release 4.46.9 -->
|
||||
## [v4.46.9](https://github.com/inspec/inspec/tree/v4.46.9) (2021-09-28)
|
||||
|
||||
#### 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 -->
|
||||
|
||||
<!-- release_rollup since=4.41.20 -->
|
||||
### Changes since 4.41.20 release
|
||||
|
||||
#### 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 -->
|
||||
|
||||
#### Bug Fixes
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.46.8
|
||||
4.46.9
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("..", __dir__)
|
||||
VERSION = "4.46.8".freeze
|
||||
VERSION = "4.46.9".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.46.8".freeze
|
||||
VERSION = "4.46.9".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue