From ef14623c0a66430d60a5d5c013a7d97e7cfedce9 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 30 Jul 2019 00:50:58 +0000 Subject: [PATCH] Bump version to 4.8.6 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- inspec-bin/lib/inspec-bin/version.rb | 2 +- lib/inspec/version.rb | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 552b38456..bbd4ab01b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v4.8.5](https://github.com/inspec/inspec/tree/v4.8.5) (2019-07-29) + +## [v4.8.6](https://github.com/inspec/inspec/tree/v4.8.6) (2019-07-30) #### Merged Pull Requests -- Remove travis and appveyor [#4339](https://github.com/inspec/inspec/pull/4339) ([miah](https://github.com/miah)) +- Remove appveyor and travis badges; switch to buildkite [#4341](https://github.com/inspec/inspec/pull/4341) ([miah](https://github.com/miah)) @@ -14,6 +14,7 @@ - Transition the Habitat plugin to use scaffolding [#4320](https://github.com/inspec/inspec/pull/4320) ([TheLunaticScripter](https://github.com/TheLunaticScripter)) #### Merged Pull Requests +- Remove appveyor and travis badges; switch to buildkite [#4341](https://github.com/inspec/inspec/pull/4341) ([miah](https://github.com/miah)) - Remove travis and appveyor [#4339](https://github.com/inspec/inspec/pull/4339) ([miah](https://github.com/miah)) - Removed lib/inspec/utils/latest_version.rb and associated code. [#4337](https://github.com/inspec/inspec/pull/4337) ([zenspider](https://github.com/zenspider)) - Found more tests that we've probably never actually run. [#4334](https://github.com/inspec/inspec/pull/4334) ([zenspider](https://github.com/zenspider)) diff --git a/VERSION b/VERSION index dc24a8960..c0f6eef22 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.8.5 \ No newline at end of file +4.8.6 \ 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 119ed2ec7..a58f685d3 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.8.5".freeze + VERSION = "4.8.6".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 69c21f833..21b5449d4 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.8.5".freeze + VERSION = "4.8.6".freeze end