From 541b20599db08805bb3f9080859c5490f04709fb Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 7 Sep 2018 18:08:09 +0000 Subject: [PATCH] Bump version to 2.2.82 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c81fb5d13..af2e03de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.2.81](https://github.com/inspec/inspec/tree/v2.2.81) (2018-09-07) + +## [v2.2.82](https://github.com/inspec/inspec/tree/v2.2.82) (2018-09-07) #### Enhancements -- Harmonize vendoring (ensure archives are extracted and local paths do not vendor on exec) [#3286](https://github.com/inspec/inspec/pull/3286) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +- do not show success message since its confusing [#3366](https://github.com/inspec/inspec/pull/3366) ([chris-rock](https://github.com/chris-rock)) ### Changes since 2.2.78 release #### Enhancements +- do not show success message since its confusing [#3366](https://github.com/inspec/inspec/pull/3366) ([chris-rock](https://github.com/chris-rock)) - Harmonize vendoring (ensure archives are extracted and local paths do not vendor on exec) [#3286](https://github.com/inspec/inspec/pull/3286) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - handle errors from automate report and display them to the user [#3360](https://github.com/inspec/inspec/pull/3360) ([chris-rock](https://github.com/chris-rock)) diff --git a/VERSION b/VERSION index e37944be7..9949e84d8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.81 \ No newline at end of file +2.2.82 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 8c143fd30..c37080777 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.81' + VERSION = '2.2.82' end