Bump version to 2.2.68 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-08-23 17:51:11 +00:00
parent ac1484ca0d
commit 19f8ffc0f0
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.67 -->
## [v2.2.67](https://github.com/inspec/inspec/tree/v2.2.67) (2018-08-23)
<!-- latest_release 2.2.68 -->
## [v2.2.68](https://github.com/inspec/inspec/tree/v2.2.68) (2018-08-23)
#### Bug Fixes
- Fix skip hash being passed instead of boolean value [#3323](https://github.com/inspec/inspec/pull/3323) ([frezbo](https://github.com/frezbo))
#### Enhancements
- Infer `--sudo` when `--sudo-password` is used [#3313](https://github.com/inspec/inspec/pull/3313) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release -->
<!-- release_rollup since=2.2.64 -->
### Changes since 2.2.64 release
#### Enhancements
- Infer `--sudo` when `--sudo-password` is used [#3313](https://github.com/inspec/inspec/pull/3313) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.68 -->
#### Bug Fixes
- Fix skip hash being passed instead of boolean value [#3323](https://github.com/inspec/inspec/pull/3323) ([frezbo](https://github.com/frezbo)) <!-- 2.2.67 -->

View file

@ -1 +1 @@
2.2.67
2.2.68

View file

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