mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.1.2 by Expeditor
This commit is contained in:
parent
7045fb9193
commit
716078c786
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.1 -->
|
||||
## [v2.1.1](https://github.com/chef/inspec/tree/v2.1.1) (2018-03-19)
|
||||
<!-- latest_release 2.1.2 -->
|
||||
## [v2.1.2](https://github.com/chef/inspec/tree/v2.1.2) (2018-03-21)
|
||||
|
||||
#### New Resources
|
||||
- Skelatal resource: aws_s3_bucket_object [#2620](https://github.com/chef/inspec/pull/2620) ([dromazmj](https://github.com/dromazmj))
|
||||
#### Enhancements
|
||||
- Upgrade Thor to version 0.20.0. [#2843](https://github.com/chef/inspec/pull/2843) ([jquick](https://github.com/jquick))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.1.0 -->
|
||||
### 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
|
||||
- Skelatal resource: aws_s3_bucket_object [#2620](https://github.com/chef/inspec/pull/2620) ([dromazmj](https://github.com/dromazmj)) <!-- 2.1.1 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.1
|
||||
2.1.2
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.1'
|
||||
VERSION = '2.1.2'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue