Bump version to 2.1.2 by Expeditor

This commit is contained in:
Chef Expeditor 2018-03-21 17:44:42 +00:00
parent 7045fb9193
commit 716078c786
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.1.1 --> <!-- latest_release 2.1.2 -->
## [v2.1.1](https://github.com/chef/inspec/tree/v2.1.1) (2018-03-19) ## [v2.1.2](https://github.com/chef/inspec/tree/v2.1.2) (2018-03-21)
#### New Resources #### Enhancements
- Skelatal resource: aws_s3_bucket_object [#2620](https://github.com/chef/inspec/pull/2620) ([dromazmj](https://github.com/dromazmj)) - Upgrade Thor to version 0.20.0. [#2843](https://github.com/chef/inspec/pull/2843) ([jquick](https://github.com/jquick))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=2.1.0 --> <!-- release_rollup since=2.1.0 -->
### Changes since 2.1.0 release ### Changes since 2.1.0 release
#### Enhancements
- Upgrade Thor to version 0.20.0. [#2843](https://github.com/chef/inspec/pull/2843) ([jquick](https://github.com/jquick)) <!-- 2.1.2 -->
#### New Resources #### New Resources
- Skelatal resource: aws_s3_bucket_object [#2620](https://github.com/chef/inspec/pull/2620) ([dromazmj](https://github.com/dromazmj)) <!-- 2.1.1 --> - Skelatal resource: aws_s3_bucket_object [#2620](https://github.com/chef/inspec/pull/2620) ([dromazmj](https://github.com/dromazmj)) <!-- 2.1.1 -->
<!-- release_rollup --> <!-- release_rollup -->

View file

@ -1 +1 @@
2.1.1 2.1.2

View file

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