Bump version to 2.1.65 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-05-03 14:30:15 +00:00
parent 67bbbb6ecf
commit a5a7ddd538
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.1.64 -->
## [v2.1.64](https://github.com/chef/inspec/tree/v2.1.64) (2018-05-03)
<!-- latest_release 2.1.65 -->
## [v2.1.65](https://github.com/chef/inspec/tree/v2.1.65) (2018-05-03)
#### New Features
- #2810 - Add check if aws s3 bucket is encrypted. [#2937](https://github.com/chef/inspec/pull/2937) ([UranusBytes](https://github.com/UranusBytes))
#### Enhancements
- Split inspec into a core gem. [#3008](https://github.com/chef/inspec/pull/3008) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=2.1.59 -->
@ -17,6 +17,7 @@
- nginx_conf resource: Fix include paths with quotes [#2726](https://github.com/chef/inspec/pull/2726) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.1.63 -->
#### Enhancements
- Split inspec into a core gem. [#3008](https://github.com/chef/inspec/pull/3008) ([miah](https://github.com/miah)) <!-- 2.1.65 -->
- Refactors Terraform plan to break out steps [#2996](https://github.com/chef/inspec/pull/2996) ([dmccown](https://github.com/dmccown)) <!-- 2.1.61 -->
#### Merged Pull Requests

View file

@ -1 +1 @@
2.1.64
2.1.65

View file

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