From aaecbfa60213677dbdda2e9682cc48d7d5b78b9c Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 21 Oct 2019 20:48:25 +0000 Subject: [PATCH] Bump version to 4.18.9 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 8 ++++---- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c3bb4f8d..a43897a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,17 @@ # Change Log - -## [v4.18.8](https://github.com/inspec/inspec/tree/v4.18.8) (2019-10-21) + +## [v4.18.9](https://github.com/inspec/inspec/tree/v4.18.9) (2019-10-21) #### Merged Pull Requests -- Rescue SystemStackError to make errors during inspec check/archive more graceful. [#4597](https://github.com/inspec/inspec/pull/4597) ([zenspider](https://github.com/zenspider)) -- Fix the search button wiring. [#4625](https://github.com/inspec/inspec/pull/4625) ([zenspider](https://github.com/zenspider)) +- 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)) ### Changes since 4.18.0 release #### 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)) - Rescue SystemStackError to make errors during inspec check/archive more graceful. [#4597](https://github.com/inspec/inspec/pull/4597) ([zenspider](https://github.com/zenspider)) - Fix the search button wiring. [#4625](https://github.com/inspec/inspec/pull/4625) ([zenspider](https://github.com/zenspider)) - Fix the path for our scripts, I don't know where I got /workdir [#4620](https://github.com/inspec/inspec/pull/4620) ([miah](https://github.com/miah)) diff --git a/VERSION b/VERSION index abddfe580..d34628247 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.8 \ No newline at end of file +4.18.9 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index c7dbea419..7e09f9ec7 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -1,5 +1,5 @@ # This file managed by automation - do not edit manually module InspecBin INSPECBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "4.18.8".freeze + VERSION = "4.18.9".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 58ea12ff8..a0311ad7f 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.8".freeze + VERSION = "4.18.9".freeze end