Bump version to 4.18.16 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-10-29 21:47:57 +00:00
parent f56ccb16cb
commit d241dcab23
4 changed files with 7 additions and 5 deletions

View file

@ -1,9 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release unreleased -->
## Unreleased
<!-- latest_release 4.18.16 -->
## [v4.18.16](https://github.com/inspec/inspec/tree/v4.18.16) (2019-10-29)
#### Merged Pull Requests
- Fixed the rest of the minitest deprecations by removing FuncTestRunResult. [#4628](https://github.com/inspec/inspec/pull/4628) ([zenspider](https://github.com/zenspider))
- Create a user &#39;normal&#39; and use it to run tests. Also bundle caching. [#4626](https://github.com/inspec/inspec/pull/4626) ([zenspider](https://github.com/zenspider))
<!-- latest_release -->
@ -11,6 +12,7 @@
### Changes since 4.18.0 release
#### Merged Pull Requests
- Fixed the rest of the minitest deprecations by removing FuncTestRunResult. [#4628](https://github.com/inspec/inspec/pull/4628) ([zenspider](https://github.com/zenspider)) <!-- 4.18.16 -->
- Create a user &#39;normal&#39; and use it to run tests. Also bundle caching. [#4626](https://github.com/inspec/inspec/pull/4626) ([zenspider](https://github.com/zenspider)) <!-- 4.18.15 -->
- 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)) <!-- 4.18.12 -->
- Add ruby 2.7 preview [#4600](https://github.com/inspec/inspec/pull/4600) ([miah](https://github.com/miah)) <!-- 4.18.11 -->

View file

@ -1 +1 @@
4.18.15
4.18.16

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.15".freeze
VERSION = "4.18.16".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.15".freeze
VERSION = "4.18.16".freeze
end