Bump version to 2.2.94 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-09-13 17:08:32 +00:00
parent 3da7511d36
commit bb3c882a2b
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.2.93 --> <!-- latest_release 2.2.94 -->
## [v2.2.93](https://github.com/inspec/inspec/tree/v2.2.93) (2018-09-13) ## [v2.2.94](https://github.com/inspec/inspec/tree/v2.2.94) (2018-09-13)
#### Bug Fixes #### Bug Fixes
- Prevent logs from showing up when running inspec json [#3391](https://github.com/inspec/inspec/pull/3391) ([jquick](https://github.com/jquick)) - Fix the compliance target error checks [#3392](https://github.com/inspec/inspec/pull/3392) ([jquick](https://github.com/jquick))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=2.2.78 --> <!-- release_rollup since=2.2.78 -->
### Changes since 2.2.78 release ### Changes since 2.2.78 release
#### Bug Fixes #### Bug Fixes
- Fix the compliance target error checks [#3392](https://github.com/inspec/inspec/pull/3392) ([jquick](https://github.com/jquick)) <!-- 2.2.94 -->
- Prevent logs from showing up when running inspec json [#3391](https://github.com/inspec/inspec/pull/3391) ([jquick](https://github.com/jquick)) <!-- 2.2.93 --> - Prevent logs from showing up when running inspec json [#3391](https://github.com/inspec/inspec/pull/3391) ([jquick](https://github.com/jquick)) <!-- 2.2.93 -->
- Fixing AWS integration tests. [#3374](https://github.com/inspec/inspec/pull/3374) ([MartinLogan](https://github.com/MartinLogan)) <!-- 2.2.87 --> - Fixing AWS integration tests. [#3374](https://github.com/inspec/inspec/pull/3374) ([MartinLogan](https://github.com/MartinLogan)) <!-- 2.2.87 -->
- enforce utf encoding for cli output [#3376](https://github.com/inspec/inspec/pull/3376) ([chris-rock](https://github.com/chris-rock)) <!-- 2.2.86 --> - enforce utf encoding for cli output [#3376](https://github.com/inspec/inspec/pull/3376) ([chris-rock](https://github.com/chris-rock)) <!-- 2.2.86 -->

View file

@ -1 +1 @@
2.2.93 2.2.94

View file

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