Bump version to 2.1.23 by Expeditor

This commit is contained in:
Chef Expeditor 2018-04-03 13:17:59 +00:00
parent fe591417f3
commit 4186d871bf
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.1.22 -->
## [v2.1.22](https://github.com/chef/inspec/tree/v2.1.22) (2018-04-03)
<!-- latest_release 2.1.23 -->
## [v2.1.23](https://github.com/chef/inspec/tree/v2.1.23) (2018-04-03)
#### Enhancements
- Add AWS hardware MFA matcher [#2892](https://github.com/chef/inspec/pull/2892) ([pwelch](https://github.com/pwelch))
#### Merged Pull Requests
- Wrong matcher name in example for aws_config_recorder [#2899](https://github.com/chef/inspec/pull/2899) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=2.1.21 -->
### Changes since 2.1.21 release
#### Merged Pull Requests
- Wrong matcher name in example for aws_config_recorder [#2899](https://github.com/chef/inspec/pull/2899) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.1.23 -->
#### Enhancements
- Add AWS hardware MFA matcher [#2892](https://github.com/chef/inspec/pull/2892) ([pwelch](https://github.com/pwelch)) <!-- 2.1.22 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
2.1.22
2.1.23

View file

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