Bump version to 2.2.25 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-06-26 17:04:45 +00:00
parent 52694d4031
commit d59f432986
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.24 -->
## [v2.2.24](https://github.com/inspec/inspec/tree/v2.2.24) (2018-06-26)
<!-- latest_release 2.2.25 -->
## [v2.2.25](https://github.com/inspec/inspec/tree/v2.2.25) (2018-06-26)
#### Enhancements
- apache_conf resource: Strip quotes from values [#3142](https://github.com/inspec/inspec/pull/3142) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
#### New Features
- Set parent_profile field on child profiles (json report) [#3164](https://github.com/inspec/inspec/pull/3164) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup since=2.2.20 -->
### Changes since 2.2.20 release
#### New Features
- 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
- apache_conf resource: Strip quotes from values [#3142](https://github.com/inspec/inspec/pull/3142) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.24 -->

View file

@ -1 +1 @@
2.2.24
2.2.25

View file

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