Bump version to 4.18.13 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-10-24 20:24:35 +00:00
parent 44579ab4b3
commit c0001ff873
4 changed files with 8 additions and 8 deletions

View file

@ -1,11 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.12 -->
## [v4.18.12](https://github.com/inspec/inspec/tree/v4.18.12) (2019-10-24)
<!-- latest_release 4.18.13 -->
## [v4.18.13](https://github.com/inspec/inspec/tree/v4.18.13) (2019-10-24)
#### Merged Pull Requests
- Fix a crash from users resource if the password has never been updated [#4635](https://github.com/inspec/inspec/pull/4635) ([zenspider](https://github.com/zenspider))
- Add ruby 2.7 preview [#4600](https://github.com/inspec/inspec/pull/4600) ([miah](https://github.com/miah))
#### Bug Fixes
- iis_app_pool better handling of non-existent pools. [#4636](https://github.com/inspec/inspec/pull/4636) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=4.18.0 -->
@ -30,6 +29,7 @@
- Telemetry: add chef-core [#4569](https://github.com/inspec/inspec/pull/4569) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.2 -->
#### Bug Fixes
- iis_app_pool better handling of non-existent pools. [#4636](https://github.com/inspec/inspec/pull/4636) ([miah](https://github.com/miah)) <!-- 4.18.13 -->
- Fix TarProvider when the tarball has empty files in it. [#4619](https://github.com/inspec/inspec/pull/4619) ([zenspider](https://github.com/zenspider)) <!-- 4.18.7 -->
- Replace input to_hash method, and add unit test for it [#4545](https://github.com/inspec/inspec/pull/4545) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 4.18.1 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
4.18.12
4.18.13

View file

@ -1,5 +1,5 @@
# This file managed by automation - do not edit manually
module InspecBin
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
VERSION = "4.18.12".freeze
VERSION = "4.18.13".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.12".freeze
VERSION = "4.18.13".freeze
end