mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.2.68 by Chef Expeditor
This commit is contained in:
parent
ac1484ca0d
commit
19f8ffc0f0
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.67
|
||||
2.2.68
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.67'
|
||||
VERSION = '2.2.68'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue