mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.2.28 by Chef Expeditor
This commit is contained in:
parent
b31427673c
commit
58bc7b78a5
3 changed files with 12 additions and 4 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,9 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release -->
|
||||
<!-- latest_release 2.2.28 -->
|
||||
## [v2.2.28](https://github.com/inspec/inspec/tree/v2.2.28) (2018-07-05)
|
||||
|
||||
#### Enhancements
|
||||
- Update the node platform issues to warn severity [#3186](https://github.com/inspec/inspec/pull/3186) ([jquick](https://github.com/jquick))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup -->
|
||||
<!-- release_rollup since=2.2.27 -->
|
||||
### Changes since 2.2.27 release
|
||||
|
||||
#### Enhancements
|
||||
- Update the node platform issues to warn severity [#3186](https://github.com/inspec/inspec/pull/3186) ([jquick](https://github.com/jquick)) <!-- 2.2.28 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
<!-- latest_stable_release -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.27
|
||||
2.2.28
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.27'
|
||||
VERSION = '2.2.28'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue