Bump version to 2.0.35 by Expeditor

This commit is contained in:
Chef Expeditor 2018-03-02 18:45:29 +00:00
parent d0e6d2eb72
commit a6852a6f5a
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.0.34 -->
## [v2.0.34](https://github.com/chef/inspec/tree/v2.0.34) (2018-03-02)
<!-- latest_release 2.0.35 -->
## [v2.0.35](https://github.com/chef/inspec/tree/v2.0.35) (2018-03-02)
#### Enhancements
- Fix aws-iam-users pagination [#2761](https://github.com/chef/inspec/pull/2761) ([trickyearlobe](https://github.com/trickyearlobe))
- AWS API Pagination fixes [#2762](https://github.com/chef/inspec/pull/2762) ([clintoncwolfe](https://github.com/clintoncwolfe))
<!-- latest_release -->
<!-- release_rollup since=2.0.32 -->
### Changes since 2.0.32 release
#### Enhancements
- AWS API Pagination fixes [#2762](https://github.com/chef/inspec/pull/2762) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.0.35 -->
- Fix aws-iam-users pagination [#2761](https://github.com/chef/inspec/pull/2761) ([trickyearlobe](https://github.com/trickyearlobe)) <!-- 2.0.34 -->
#### Bug Fixes

View file

@ -1 +1 @@
2.0.34
2.0.35

View file

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