Bump version to 2.2.20 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-06-21 18:20:07 +00:00
parent 44c0fd2e4f
commit 0a0a7b7fe9
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.19 --> <!-- latest_release 2.2.20 -->
## [v2.2.19](https://github.com/inspec/inspec/tree/v2.2.19) (2018-06-21) ## [v2.2.20](https://github.com/inspec/inspec/tree/v2.2.20) (2018-06-21)
#### Enhancements #### Merged Pull Requests
- Fix control merging when overriding child controls [#3155](https://github.com/inspec/inspec/pull/3155) ([jquick](https://github.com/jquick)) - Accept symbols and downcased criteria in aws_iam_policy have_statement matcher [#3129](https://github.com/inspec/inspec/pull/3129) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=2.2.16 --> <!-- release_rollup since=2.2.16 -->
### Changes since 2.2.16 release ### Changes since 2.2.16 release
#### Merged Pull Requests
- Accept symbols and downcased criteria in aws_iam_policy have_statement matcher [#3129](https://github.com/inspec/inspec/pull/3129) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.2.20 -->
#### Enhancements #### Enhancements
- Fix control merging when overriding child controls [#3155](https://github.com/inspec/inspec/pull/3155) ([jquick](https://github.com/jquick)) <!-- 2.2.19 --> - Fix control merging when overriding child controls [#3155](https://github.com/inspec/inspec/pull/3155) ([jquick](https://github.com/jquick)) <!-- 2.2.19 -->
- auditd resource: Add handling for sudo/no command [#3151](https://github.com/inspec/inspec/pull/3151) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.18 --> - auditd resource: Add handling for sudo/no command [#3151](https://github.com/inspec/inspec/pull/3151) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.18 -->

View file

@ -1 +1 @@
2.2.19 2.2.20

View file

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