Bump version to 2.2.7 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-06-07 18:42:00 +00:00
parent ab32446213
commit 500688ae24
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.6 -->
## [v2.2.6](https://github.com/inspec/inspec/tree/v2.2.6) (2018-06-06)
<!-- latest_release 2.2.7 -->
## [v2.2.7](https://github.com/inspec/inspec/tree/v2.2.7) (2018-06-07)
#### Bug Fixes
- Update documentation for shadow resource. [#3042](https://github.com/inspec/inspec/pull/3042) ([miah](https://github.com/miah))
#### New Resources
- Adds a aws_flow_log resource with unit and integration testing. [#2906](https://github.com/inspec/inspec/pull/2906) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=2.1.84 -->
### Changes since 2.1.84 release
#### New Resources
- Adds a aws_flow_log resource with unit and integration testing. [#2906](https://github.com/inspec/inspec/pull/2906) ([miah](https://github.com/miah)) <!-- 2.2.7 -->
#### Bug Fixes
- Update documentation for shadow resource. [#3042](https://github.com/inspec/inspec/pull/3042) ([miah](https://github.com/miah)) <!-- 2.2.6 -->
- Two fixes to FilterTable `where` criteria handling [#3045](https://github.com/inspec/inspec/pull/3045) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.2.0 -->

View file

@ -1 +1 @@
2.2.6
2.2.7

View file

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