Bump version to 2.2.88 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-09-12 20:41:28 +00:00
parent 6e887ff4b7
commit 7351b61f4b
3 changed files with 7 additions and 6 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.87 -->
## [v2.2.87](https://github.com/inspec/inspec/tree/v2.2.87) (2018-09-10)
<!-- latest_release 2.2.88 -->
## [v2.2.88](https://github.com/inspec/inspec/tree/v2.2.88) (2018-09-12)
#### Bug Fixes
- Fixing AWS integration tests. [#3374](https://github.com/inspec/inspec/pull/3374) ([MartinLogan](https://github.com/MartinLogan))
#### Merged Pull Requests
- Update rubyzip to resolve a directory traversal security vulnerability. [#3388](https://github.com/inspec/inspec/pull/3388) ([miah](https://github.com/miah))
<!-- latest_release -->
<!-- release_rollup since=2.2.78 -->
@ -23,6 +23,7 @@
- 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
- Update rubyzip to resolve a directory traversal security vulnerability. [#3388](https://github.com/inspec/inspec/pull/3388) ([miah](https://github.com/miah)) <!-- 2.2.88 -->
- 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.87
2.2.88

View file

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