mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +00:00
Bump version to 2.2.115 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
2af1535f7c
commit
d920f1d24a
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.2.114 -->
|
||||
## [v2.2.114](https://github.com/inspec/inspec/tree/v2.2.114) (2018-09-20)
|
||||
<!-- latest_release 2.2.115 -->
|
||||
## [v2.2.115](https://github.com/inspec/inspec/tree/v2.2.115) (2018-09-21)
|
||||
|
||||
#### Bug Fixes
|
||||
- Remove load locks for cloud resources [#3420](https://github.com/inspec/inspec/pull/3420) ([jquick](https://github.com/jquick))
|
||||
#### Merged Pull Requests
|
||||
- Add new resource: aws_ebs_volume [#3381](https://github.com/inspec/inspec/pull/3381) ([jmassardo](https://github.com/jmassardo))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.112 -->
|
||||
### Changes since 2.2.112 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add new resource: aws_ebs_volume [#3381](https://github.com/inspec/inspec/pull/3381) ([jmassardo](https://github.com/jmassardo)) <!-- 2.2.115 -->
|
||||
|
||||
#### Bug Fixes
|
||||
- Remove load locks for cloud resources [#3420](https://github.com/inspec/inspec/pull/3420) ([jquick](https://github.com/jquick)) <!-- 2.2.114 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.114
|
||||
2.2.115
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.114'
|
||||
VERSION = '2.2.115'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue