mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.1.15 by Expeditor
This commit is contained in:
parent
53a53820cf
commit
578ad09cd7
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.14 -->
|
||||
## [v2.1.14](https://github.com/chef/inspec/tree/v2.1.14) (2018-03-26)
|
||||
<!-- latest_release 2.1.15 -->
|
||||
## [v2.1.15](https://github.com/chef/inspec/tree/v2.1.15) (2018-03-28)
|
||||
|
||||
#### Enhancements
|
||||
- registry_key resource was returning an incorrect value [#2871](https://github.com/chef/inspec/pull/2871) ([omar-irizarry](https://github.com/omar-irizarry))
|
||||
#### Merged Pull Requests
|
||||
- Mitigate trivial warning output on test [#2872](https://github.com/chef/inspec/pull/2872) ([eramoto](https://github.com/eramoto))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.1.10 -->
|
||||
### Changes since 2.1.10 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Mitigate trivial warning output on test [#2872](https://github.com/chef/inspec/pull/2872) ([eramoto](https://github.com/eramoto)) <!-- 2.1.15 -->
|
||||
|
||||
#### Enhancements
|
||||
- registry_key resource was returning an incorrect value [#2871](https://github.com/chef/inspec/pull/2871) ([omar-irizarry](https://github.com/omar-irizarry)) <!-- 2.1.14 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.14
|
||||
2.1.15
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.14'
|
||||
VERSION = '2.1.15'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue