Bump version to 2.1.79 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-05-17 13:24:52 +00:00
parent 7e95bb2765
commit 72ac8ea8bf
3 changed files with 12 additions and 4 deletions

View file

@ -1,9 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release -->
<!-- latest_release 2.1.79 -->
## [v2.1.79](https://github.com/chef/inspec/tree/v2.1.79) (2018-05-17)
#### Merged Pull Requests
- Add job_uuid passthrough for automate report [#3064](https://github.com/chef/inspec/pull/3064) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=2.1.78 -->
### Changes since 2.1.78 release
#### Merged Pull Requests
- Add job_uuid passthrough for automate report [#3064](https://github.com/chef/inspec/pull/3064) ([jquick](https://github.com/jquick)) <!-- 2.1.79 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
2.1.78
2.1.79

View file

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