mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.1.12 by Expeditor
This commit is contained in:
parent
0cbe5b60e5
commit
5d73d42d8c
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.11 -->
|
||||
## [v2.1.11](https://github.com/chef/inspec/tree/v2.1.11) (2018-03-23)
|
||||
<!-- latest_release 2.1.12 -->
|
||||
## [v2.1.12](https://github.com/chef/inspec/tree/v2.1.12) (2018-03-26)
|
||||
|
||||
#### New Resources
|
||||
- New Skeletal Resource aws_kms_key [#2746](https://github.com/chef/inspec/pull/2746) ([dromazmj](https://github.com/dromazmj))
|
||||
- New Skeletal Resource aws_config_delivery_channel [#2641](https://github.com/chef/inspec/pull/2641) ([dromazmj](https://github.com/dromazmj))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.1.10 -->
|
||||
### Changes since 2.1.10 release
|
||||
|
||||
#### New Resources
|
||||
- New Skeletal Resource aws_config_delivery_channel [#2641](https://github.com/chef/inspec/pull/2641) ([dromazmj](https://github.com/dromazmj)) <!-- 2.1.12 -->
|
||||
- New Skeletal Resource aws_kms_key [#2746](https://github.com/chef/inspec/pull/2746) ([dromazmj](https://github.com/dromazmj)) <!-- 2.1.11 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.11
|
||||
2.1.12
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.11'
|
||||
VERSION = '2.1.12'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue