Bump version to 3.6.18 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-02-27 19:21:40 +00:00
parent c23d828ba0
commit 36b4025b39
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 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 3.6.17 -->
## [v3.6.17](https://github.com/inspec/inspec/tree/v3.6.17) (2019-02-27)
<!-- latest_release 3.6.18 -->
## [v3.6.18](https://github.com/inspec/inspec/tree/v3.6.18) (2019-02-27)
#### Merged Pull Requests
- add json example from http request [#3827](https://github.com/inspec/inspec/pull/3827) ([jtimberman](https://github.com/jtimberman))
#### Bug Fixes
- detect postgres 10 on centos properly [#3833](https://github.com/inspec/inspec/pull/3833) ([chris-rock](https://github.com/chris-rock))
<!-- latest_release -->
<!-- release_rollup since=3.6.6 -->
### Changes since 3.6.6 release
#### Bug Fixes
- detect postgres 10 on centos properly [#3833](https://github.com/inspec/inspec/pull/3833) ([chris-rock](https://github.com/chris-rock)) <!-- 3.6.18 -->
- inspec compliance: Fix mocked configuration [#3834](https://github.com/inspec/inspec/pull/3834) ([skylerto](https://github.com/skylerto)) <!-- 3.6.16 -->
#### Merged Pull Requests

View file

@ -1 +1 @@
3.6.17
3.6.18

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '3.6.17'
VERSION = '3.6.18'
end