Bump version to 2.1.39 by Expeditor

This commit is contained in:
Chef Expeditor 2018-04-12 19:37:36 +00:00
parent b40e553f15
commit b0f34ffd21
3 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.1.38 -->
## [v2.1.38](https://github.com/chef/inspec/tree/v2.1.38) (2018-04-12)
<!-- latest_release 2.1.39 -->
## [v2.1.39](https://github.com/chef/inspec/tree/v2.1.39) (2018-04-12)
#### New Features
- Policy Statement Search capability for aws_iam_policy [#2918](https://github.com/chef/inspec/pull/2918) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### Enhancements
- Ensure @params in shadow resource always has a valid value. [#2939](https://github.com/chef/inspec/pull/2939) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=2.1.30 -->
### Changes since 2.1.30 release
#### Enhancements
- Ensure @params in shadow resource always has a valid value. [#2939](https://github.com/chef/inspec/pull/2939) ([miah](https://github.com/miah)) <!-- 2.1.39 -->
- Add warning when returning DEFAULT_ATTRIBUTE [#2934](https://github.com/chef/inspec/pull/2934) ([TrevorBramble](https://github.com/TrevorBramble)) <!-- 2.1.35 -->
#### Merged Pull Requests

View file

@ -1 +1 @@
2.1.38
2.1.39

View file

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