Bump version to 2.2.29 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-07-05 17:55:05 +00:00
parent ef6cb0d85b
commit 30acc75ea5
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.28 -->
## [v2.2.28](https://github.com/inspec/inspec/tree/v2.2.28) (2018-07-05)
<!-- latest_release 2.2.29 -->
## [v2.2.29](https://github.com/inspec/inspec/tree/v2.2.29) (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))
#### Merged Pull Requests
- Fix vendor functional test to not validate a repo hash that can change. [#3198](https://github.com/inspec/inspec/pull/3198) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=2.2.27 -->
### Changes since 2.2.27 release
#### Merged Pull Requests
- Fix vendor functional test to not validate a repo hash that can change. [#3198](https://github.com/inspec/inspec/pull/3198) ([miah](https://github.com/miah)) <!-- 2.2.29 -->
#### 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 -->

View file

@ -1 +1 @@
2.2.28
2.2.29

View file

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