Bump version to 2.2.18 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-06-21 01:28:08 +00:00
parent cf9ce1bfdc
commit 8f7c118d6b
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.17 -->
## [v2.2.17](https://github.com/inspec/inspec/tree/v2.2.17) (2018-06-19)
<!-- latest_release 2.2.18 -->
## [v2.2.18](https://github.com/inspec/inspec/tree/v2.2.18) (2018-06-21)
#### Enhancements
- updated skip message to reflect accurate version of audit support [#3153](https://github.com/inspec/inspec/pull/3153) ([jeremymv2](https://github.com/jeremymv2))
- auditd resource: Add handling for sudo/no command [#3151](https://github.com/inspec/inspec/pull/3151) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release -->
<!-- release_rollup since=2.2.16 -->
### Changes since 2.2.16 release
#### Enhancements
- auditd resource: Add handling for sudo/no command [#3151](https://github.com/inspec/inspec/pull/3151) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.18 -->
- updated skip message to reflect accurate version of audit support [#3153](https://github.com/inspec/inspec/pull/3153) ([jeremymv2](https://github.com/jeremymv2)) <!-- 2.2.17 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
2.2.17
2.2.18

View file

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