Bump version to 2.2.26 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-06-26 19:14:36 +00:00
parent 8683c54510
commit f09d115296
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.25 -->
## [v2.2.25](https://github.com/inspec/inspec/tree/v2.2.25) (2018-06-26)
<!-- latest_release 2.2.26 -->
## [v2.2.26](https://github.com/inspec/inspec/tree/v2.2.26) (2018-06-26)
#### New Features
- Set parent_profile field on child profiles (json report) [#3164](https://github.com/inspec/inspec/pull/3164) ([jquick](https://github.com/jquick))
#### Enhancements
- Update core resources with filtertable API changes [#3117](https://github.com/inspec/inspec/pull/3117) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=2.2.20 -->
@ -14,6 +14,7 @@
- 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
- Update core resources with filtertable API changes [#3117](https://github.com/inspec/inspec/pull/3117) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.2.26 -->
- apache_conf resource: Strip quotes from values [#3142](https://github.com/inspec/inspec/pull/3142) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.24 -->
#### Merged Pull Requests

View file

@ -1 +1 @@
2.2.25
2.2.26

View file

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