Bump version to 2.2.14 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-06-14 18:05:35 +00:00
parent 7db83446ba
commit 6fc288ebb7
3 changed files with 6 additions and 5 deletions

View file

@ -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 -->

View file

@ -1 +1 @@
2.2.13
2.2.14

View file

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