Bump version to 2.2.65 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-08-22 19:58:47 +00:00
parent a7ab4b8b5f
commit 0767ffc6f5
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.2.65 -->
## [v2.2.65](https://github.com/inspec/inspec/tree/v2.2.65) (2018-08-22)
#### Merged Pull Requests
- Add cloudlinux under redhat family [#2935](https://github.com/inspec/inspec/pull/2935) ([tarcinil](https://github.com/tarcinil))
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=2.2.64 -->
### Changes since 2.2.64 release
#### Merged Pull Requests
- Add cloudlinux under redhat family [#2935](https://github.com/inspec/inspec/pull/2935) ([tarcinil](https://github.com/tarcinil)) <!-- 2.2.65 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
2.2.64
2.2.65

View file

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