Bump version to 2.2.27 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-06-29 12:43:45 +00:00
parent 2ac5581d32
commit 311b906227
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 2.2.26 -->
## [v2.2.26](https://github.com/inspec/inspec/tree/v2.2.26) (2018-06-26)
<!-- latest_release 2.2.27 -->
## [v2.2.27](https://github.com/inspec/inspec/tree/v2.2.27) (2018-06-29)
#### Enhancements
- Update core resources with filtertable API changes [#3117](https://github.com/inspec/inspec/pull/3117) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### New Features
- Document exit codes for &#39;inspec exec&#39; and add --no-distinct-exit option [#3178](https://github.com/inspec/inspec/pull/3178) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=2.2.20 -->
### Changes since 2.2.20 release
#### New Features
- Document exit codes for &#39;inspec exec&#39; and add --no-distinct-exit option [#3178](https://github.com/inspec/inspec/pull/3178) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.2.27 -->
- Set parent_profile field on child profiles (json report) [#3164](https://github.com/inspec/inspec/pull/3164) ([jquick](https://github.com/jquick)) <!-- 2.2.25 -->
#### Enhancements

View file

@ -1 +1 @@
2.2.26
2.2.27

View file

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