mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.1.46 by Expeditor
This commit is contained in:
parent
2c9cb5d46e
commit
2e2346ff0c
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.1.45 -->
|
||||
## [v2.1.45](https://github.com/chef/inspec/tree/v2.1.45) (2018-04-16)
|
||||
<!-- latest_release 2.1.46 -->
|
||||
## [v2.1.46](https://github.com/chef/inspec/tree/v2.1.46) (2018-04-17)
|
||||
|
||||
#### Bug Fixes
|
||||
- aws_iam_policy statement search fix for degenerate policies [#2958](https://github.com/chef/inspec/pull/2958) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Fixed numerous naming errors in aws_iam_vpcs integration tests [#2961](https://github.com/chef/inspec/pull/2961) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.1.43 -->
|
||||
### Changes since 2.1.43 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Fixed numerous naming errors in aws_iam_vpcs integration tests [#2961](https://github.com/chef/inspec/pull/2961) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.1.46 -->
|
||||
- aws_iam_policy statement search fix for degenerate policies [#2958](https://github.com/chef/inspec/pull/2958) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.1.45 -->
|
||||
|
||||
#### Enhancements
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.45
|
||||
2.1.46
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.45'
|
||||
VERSION = '2.1.46'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue