mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 2.0.35 by Expeditor
This commit is contained in:
parent
d0e6d2eb72
commit
a6852a6f5a
3 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.34
|
||||
2.0.35
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.0.34'
|
||||
VERSION = '2.0.35'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue