mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 3.8.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
e931d277b1
commit
90c325a196
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 3.7.12 -->
|
||||
## [v3.7.12](https://github.com/inspec/inspec/tree/v3.7.12) (2019-04-01)
|
||||
<!-- latest_release 3.8.0 -->
|
||||
## [v3.8.0](https://github.com/inspec/inspec/tree/v3.8.0) (2019-04-01)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Don't include plugin test files in the gem file [#3911](https://github.com/inspec/inspec/pull/3911) ([tas50](https://github.com/tas50))
|
||||
#### New Features
|
||||
- automate reporter: Add top-level 'passthrough' field [#3906](https://github.com/inspec/inspec/pull/3906) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.7.11 -->
|
||||
### Changes since 3.7.11 release
|
||||
|
||||
#### New Features
|
||||
- automate reporter: Add top-level 'passthrough' field [#3906](https://github.com/inspec/inspec/pull/3906) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.8.0 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Don't include plugin test files in the gem file [#3911](https://github.com/inspec/inspec/pull/3911) ([tas50](https://github.com/tas50)) <!-- 3.7.12 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.7.12
|
||||
3.8.0
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.7.12'
|
||||
VERSION = '3.8.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue