Bump version to 4.18.89 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2020-02-11 03:13:05 +00:00
parent 3e3dbdc8f1
commit 38919fbd18
4 changed files with 7 additions and 6 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 4.18.88 -->
## [v4.18.88](https://github.com/inspec/inspec/tree/v4.18.88) (2020-02-11)
<!-- latest_release 4.18.89 -->
## [v4.18.89](https://github.com/inspec/inspec/tree/v4.18.89) (2020-02-11)
#### Bug Fixes
- Fix artifact-habitat testing for inspec. [#4905](https://github.com/inspec/inspec/pull/4905) ([zenspider](https://github.com/zenspider))
- Distinguish between user plugin gems and system gems and load system gems normally. [#4898](https://github.com/inspec/inspec/pull/4898) ([zenspider](https://github.com/zenspider))
<!-- latest_release -->
<!-- release_rollup since=4.18.85 -->
### Changes since 4.18.85 release
#### Bug Fixes
- Distinguish between user plugin gems and system gems and load system gems normally. [#4898](https://github.com/inspec/inspec/pull/4898) ([zenspider](https://github.com/zenspider)) <!-- 4.18.89 -->
- Fix artifact-habitat testing for inspec. [#4905](https://github.com/inspec/inspec/pull/4905) ([zenspider](https://github.com/zenspider)) <!-- 4.18.88 -->
#### Merged Pull Requests

View file

@ -1 +1 @@
4.18.88
4.18.89

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.88".freeze
VERSION = "4.18.89".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.88".freeze
VERSION = "4.18.89".freeze
end