Bump version to 4.18.10 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2019-10-21 21:26:54 +00:00
parent 8d4e8c1d96
commit aebcd3c119
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.9 -->
## [v4.18.9](https://github.com/inspec/inspec/tree/v4.18.9) (2019-10-21)
<!-- latest_release 4.18.10 -->
## [v4.18.10](https://github.com/inspec/inspec/tree/v4.18.10) (2019-10-21)
#### Merged Pull Requests
- Clean up testing in inspec exec by stripping ansi color codes from output. [#4598](https://github.com/inspec/inspec/pull/4598) ([zenspider](https://github.com/zenspider))
- JSON processing and resource cleanup [#4627](https://github.com/inspec/inspec/pull/4627) ([zenspider](https://github.com/zenspider))
<!-- latest_release -->
<!-- release_rollup since=4.18.0 -->
### Changes since 4.18.0 release
#### Merged Pull Requests
- JSON processing and resource cleanup [#4627](https://github.com/inspec/inspec/pull/4627) ([zenspider](https://github.com/zenspider)) <!-- 4.18.10 -->
- Clean up testing in inspec exec by stripping ansi color codes from output. [#4598](https://github.com/inspec/inspec/pull/4598) ([zenspider](https://github.com/zenspider)) <!-- 4.18.9 -->
- Rescue SystemStackError to make errors during inspec check/archive more graceful. [#4597](https://github.com/inspec/inspec/pull/4597) ([zenspider](https://github.com/zenspider)) <!-- 4.18.8 -->
- Fix the search button wiring. [#4625](https://github.com/inspec/inspec/pull/4625) ([zenspider](https://github.com/zenspider)) <!-- 4.18.7 -->

View file

@ -1 +1 @@
4.18.9
4.18.10

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.9".freeze
VERSION = "4.18.10".freeze
end

View file

@ -1,3 +1,3 @@
module Inspec
VERSION = "4.18.9".freeze
VERSION = "4.18.10".freeze
end