Bump version to 2.2.80 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-09-06 14:56:36 +00:00
parent 0cd1c21ade
commit 7976ea4333
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.79 -->
## [v2.2.79](https://github.com/inspec/inspec/tree/v2.2.79) (2018-09-05)
<!-- latest_release 2.2.80 -->
## [v2.2.80](https://github.com/inspec/inspec/tree/v2.2.80) (2018-09-06)
#### Merged Pull Requests
- Allow target-id passthrough [#3320](https://github.com/inspec/inspec/pull/3320) ([jquick](https://github.com/jquick))
#### Enhancements
- 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))
<!-- latest_release -->
<!-- release_rollup since=2.2.78 -->
### Changes since 2.2.78 release
#### Enhancements
- 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 -->
#### Merged Pull Requests
- Allow target-id passthrough [#3320](https://github.com/inspec/inspec/pull/3320) ([jquick](https://github.com/jquick)) <!-- 2.2.79 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
2.2.79
2.2.80

View file

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