mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 2.2.25 by Chef Expeditor
This commit is contained in:
parent
52694d4031
commit
d59f432986
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.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 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.24
|
||||
2.2.25
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.24'
|
||||
VERSION = '2.2.25'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue