Bump version to 2.1.24 by Expeditor

This commit is contained in:
Chef Expeditor 2018-04-03 15:09:25 +00:00
parent a42cb799fa
commit 46188051fa
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.1.23 -->
## [v2.1.23](https://github.com/chef/inspec/tree/v2.1.23) (2018-04-03)
<!-- latest_release 2.1.24 -->
## [v2.1.24](https://github.com/chef/inspec/tree/v2.1.24) (2018-04-03)
#### 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))
- Added a description to steer people to correct resource [#2908](https://github.com/chef/inspec/pull/2908) ([username-is-already-taken2](https://github.com/username-is-already-taken2))
<!-- latest_release -->
<!-- release_rollup since=2.1.21 -->
### Changes since 2.1.21 release
#### Merged Pull Requests
- Added a description to steer people to correct resource [#2908](https://github.com/chef/inspec/pull/2908) ([username-is-already-taken2](https://github.com/username-is-already-taken2)) <!-- 2.1.24 -->
- 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

View file

@ -1 +1 @@
2.1.23
2.1.24

View file

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