Bump version to 2.1.31 by Expeditor

This commit is contained in:
Chef Expeditor 2018-04-06 18:04:28 +00:00
parent 74076bc44a
commit 8fa93587c0
3 changed files with 12 additions and 4 deletions

View file

@ -1,9 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release -->
<!-- latest_release 2.1.31 -->
## [v2.1.31](https://github.com/chef/inspec/tree/v2.1.31) (2018-04-06)
#### New Features
- aws_iam_group feature: test users in an iam group [#2888](https://github.com/chef/inspec/pull/2888) ([dromazmj](https://github.com/dromazmj))
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=2.1.30 -->
### Changes since 2.1.30 release
#### New Features
- aws_iam_group feature: test users in an iam group [#2888](https://github.com/chef/inspec/pull/2888) ([dromazmj](https://github.com/dromazmj)) <!-- 2.1.31 -->
<!-- release_rollup -->
<!-- latest_stable_release -->

View file

@ -1 +1 @@
2.1.30
2.1.31

View file

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