mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Bump version to 4.18.90 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
72ecdde8c4
commit
b557eaff7e
4 changed files with 8 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 4.18.89 -->
|
||||
## [v4.18.89](https://github.com/inspec/inspec/tree/v4.18.89) (2020-02-11)
|
||||
<!-- latest_release 4.18.90 -->
|
||||
## [v4.18.90](https://github.com/inspec/inspec/tree/v4.18.90) (2020-02-11)
|
||||
|
||||
#### 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))
|
||||
#### Merged Pull Requests
|
||||
- With the release version 1.5.0 of habitat, lets not worry about <0.85 [#4878](https://github.com/inspec/inspec/pull/4878) ([miah](https://github.com/miah))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=4.18.85 -->
|
||||
|
@ -15,6 +15,7 @@
|
|||
- 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
|
||||
- With the release version 1.5.0 of habitat, lets not worry about <0.85 [#4878](https://github.com/inspec/inspec/pull/4878) ([miah](https://github.com/miah)) <!-- 4.18.90 -->
|
||||
- Jh/schema improvements [#4865](https://github.com/inspec/inspec/pull/4865) ([miah](https://github.com/miah)) <!-- 4.18.87 -->
|
||||
|
||||
#### New Features
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
4.18.89
|
||||
4.18.90
|
|
@ -1,5 +1,5 @@
|
|||
# This file managed by automation - do not edit manually
|
||||
module InspecBin
|
||||
INSPECBIN_ROOT = File.expand_path("../..", __FILE__)
|
||||
VERSION = "4.18.89".freeze
|
||||
VERSION = "4.18.90".freeze
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Inspec
|
||||
VERSION = "4.18.89".freeze
|
||||
VERSION = "4.18.90".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue