Bump version to 3.6.5 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-02-11 20:27:04 +00:00
parent aa767e4b3f
commit c882fa927b
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
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 3.6.5 -->
## [v3.6.5](https://github.com/inspec/inspec/tree/v3.6.5) (2019-02-11)
#### Merged Pull Requests
- Add logger to train generic options [#3806](https://github.com/inspec/inspec/pull/3806) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=3.6.4 -->
### Changes since 3.6.4 release
#### Merged Pull Requests
- Add logger to train generic options [#3806](https://github.com/inspec/inspec/pull/3806) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.6.5 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
3.6.4
3.6.5

View file

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