mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Bump version to 3.6.6 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
0f11fa2907
commit
274b176435
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 3.6.5 -->
|
||||
## [v3.6.5](https://github.com/inspec/inspec/tree/v3.6.5) (2019-02-11)
|
||||
<!-- latest_release 3.6.6 -->
|
||||
## [v3.6.6](https://github.com/inspec/inspec/tree/v3.6.6) (2019-02-12)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add logger to train generic options [#3806](https://github.com/inspec/inspec/pull/3806) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Update CONTRIBUTING for CI [#3809](https://github.com/inspec/inspec/pull/3809) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.6.4 -->
|
||||
### Changes since 3.6.4 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update CONTRIBUTING for CI [#3809](https://github.com/inspec/inspec/pull/3809) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.6.6 -->
|
||||
- Add logger to train generic options [#3806](https://github.com/inspec/inspec/pull/3806) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.6.5 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.6.5
|
||||
3.6.6
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.6.5'
|
||||
VERSION = '3.6.6'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue