mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Bump version to 2.2.14 by Chef Expeditor
This commit is contained in:
parent
7db83446ba
commit
6fc288ebb7
3 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.2.13 -->
|
||||
## [v2.2.13](https://github.com/inspec/inspec/tree/v2.2.13) (2018-06-14)
|
||||
<!-- latest_release 2.2.14 -->
|
||||
## [v2.2.14](https://github.com/inspec/inspec/tree/v2.2.14) (2018-06-14)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add list properties back to shadow [#3140](https://github.com/inspec/inspec/pull/3140) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Add insecure option to the automate report json [#3124](https://github.com/inspec/inspec/pull/3124) ([jquick](https://github.com/jquick))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.2.10 -->
|
||||
|
@ -14,6 +14,7 @@
|
|||
- Fix unit tests for ruby 2.5 [#3125](https://github.com/inspec/inspec/pull/3125) ([jquick](https://github.com/jquick)) <!-- 2.2.12 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Add insecure option to the automate report json [#3124](https://github.com/inspec/inspec/pull/3124) ([jquick](https://github.com/jquick)) <!-- 2.2.14 -->
|
||||
- Add list properties back to shadow [#3140](https://github.com/inspec/inspec/pull/3140) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.2.13 -->
|
||||
- Translate `auditd -s` RHEL output to match CentOS [#3114](https://github.com/inspec/inspec/pull/3114) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.11 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.2.13
|
||||
2.2.14
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.2.13'
|
||||
VERSION = '2.2.14'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue