mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.1.52 by Expeditor
This commit is contained in:
parent
923f5a9e56
commit
3ef40016cc
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.1.51 -->
|
||||
## [v2.1.51](https://github.com/chef/inspec/tree/v2.1.51) (2018-04-19)
|
||||
<!-- latest_release 2.1.52 -->
|
||||
## [v2.1.52](https://github.com/chef/inspec/tree/v2.1.52) (2018-04-19)
|
||||
|
||||
#### Enhancements
|
||||
- Upgrade Terraform version pins for integration testing [#2968](https://github.com/chef/inspec/pull/2968) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
#### Merged Pull Requests
|
||||
- Add A2 support to the inspec-compliance toolset [#2963](https://github.com/chef/inspec/pull/2963) ([jquick](https://github.com/jquick))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.1.43 -->
|
||||
### Changes since 2.1.43 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add A2 support to the inspec-compliance toolset [#2963](https://github.com/chef/inspec/pull/2963) ([jquick](https://github.com/jquick)) <!-- 2.1.52 -->
|
||||
|
||||
#### New Features
|
||||
- Inline and attached policies for aws_iam_user and aws_iam_users [#2947](https://github.com/chef/inspec/pull/2947) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.1.48 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.51
|
||||
2.1.52
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.51'
|
||||
VERSION = '2.1.52'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue