Bump version to 2.1.13 by Expeditor

This commit is contained in:
Chef Expeditor 2018-03-26 18:28:22 +00:00
parent 87f1f500de
commit 347ff48d51
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.1.12 -->
## [v2.1.12](https://github.com/chef/inspec/tree/v2.1.12) (2018-03-26)
<!-- latest_release 2.1.13 -->
## [v2.1.13](https://github.com/chef/inspec/tree/v2.1.13) (2018-03-26)
#### New Resources
- New Skeletal Resource aws_config_delivery_channel [#2641](https://github.com/chef/inspec/pull/2641) ([dromazmj](https://github.com/dromazmj))
#### Bug Fixes
- Pin concurrent-ruby to version 1.0 to fix kitchen-ansible example [#2879](https://github.com/chef/inspec/pull/2879) ([visibilityspots](https://github.com/visibilityspots))
<!-- latest_release -->
<!-- release_rollup since=2.1.10 -->
### Changes since 2.1.10 release
#### Bug Fixes
- Pin concurrent-ruby to version 1.0 to fix kitchen-ansible example [#2879](https://github.com/chef/inspec/pull/2879) ([visibilityspots](https://github.com/visibilityspots)) <!-- 2.1.13 -->
#### 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 -->

View file

@ -1 +1 @@
2.1.12
2.1.13

View file

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