mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Bump version to 2.1.80 by Chef Expeditor
This commit is contained in:
parent
8a45257a63
commit
c2d7caa9c6
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.1.79 -->
|
||||
## [v2.1.79](https://github.com/chef/inspec/tree/v2.1.79) (2018-05-17)
|
||||
<!-- latest_release 2.1.80 -->
|
||||
## [v2.1.80](https://github.com/chef/inspec/tree/v2.1.80) (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))
|
||||
- Bump train pin [#3065](https://github.com/chef/inspec/pull/3065) ([jquick](https://github.com/jquick))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.1.78 -->
|
||||
### Changes since 2.1.78 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Bump train pin [#3065](https://github.com/chef/inspec/pull/3065) ([jquick](https://github.com/jquick)) <!-- 2.1.80 -->
|
||||
- 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 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.79
|
||||
2.1.80
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.79'
|
||||
VERSION = '2.1.80'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue