Bump version to 2.2.82 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-09-07 18:08:09 +00:00
parent 0c0ad2e5b2
commit 541b20599d
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.81 -->
## [v2.2.81](https://github.com/inspec/inspec/tree/v2.2.81) (2018-09-07)
<!-- latest_release 2.2.82 -->
## [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))
<!-- latest_release -->
<!-- release_rollup since=2.2.78 -->
### 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)) <!-- 2.2.82 -->
- 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)) <!-- 2.2.81 -->
- 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)) <!-- 2.2.80 -->

View file

@ -1 +1 @@
2.2.81
2.2.82

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '2.2.81'
VERSION = '2.2.82'
end