mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Bump version to 2.2.66 by Chef Expeditor
This commit is contained in:
parent
9f3e1c33a8
commit
74525d82bc
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.2.65 -->
|
||||
## [v2.2.65](https://github.com/inspec/inspec/tree/v2.2.65) (2018-08-22)
|
||||
<!-- latest_release 2.2.66 -->
|
||||
## [v2.2.66](https://github.com/inspec/inspec/tree/v2.2.66) (2018-08-23)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add cloudlinux under redhat family [#2935](https://github.com/inspec/inspec/pull/2935) ([tarcinil](https://github.com/tarcinil))
|
||||
- Suppress logs for json-automate reporter [#3324](https://github.com/inspec/inspec/pull/3324) ([jquick](https://github.com/jquick))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.64 -->
|
||||
### Changes since 2.2.64 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Suppress logs for json-automate reporter [#3324](https://github.com/inspec/inspec/pull/3324) ([jquick](https://github.com/jquick)) <!-- 2.2.66 -->
|
||||
- Add cloudlinux under redhat family [#2935](https://github.com/inspec/inspec/pull/2935) ([tarcinil](https://github.com/tarcinil)) <!-- 2.2.65 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.65
|
||||
2.2.66
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.65'
|
||||
VERSION = '2.2.66'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue