diff --git a/CHANGELOG.md b/CHANGELOG.md index 28f0113f8..2d1cc2678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [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 -- 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)) ### Changes since 2.2.78 release #### Bug Fixes +- Fix the compliance target error checks [#3392](https://github.com/inspec/inspec/pull/3392) ([jquick](https://github.com/jquick)) - Prevent logs from showing up when running inspec json [#3391](https://github.com/inspec/inspec/pull/3391) ([jquick](https://github.com/jquick)) - Fixing AWS integration tests. [#3374](https://github.com/inspec/inspec/pull/3374) ([MartinLogan](https://github.com/MartinLogan)) - enforce utf encoding for cli output [#3376](https://github.com/inspec/inspec/pull/3376) ([chris-rock](https://github.com/chris-rock)) diff --git a/VERSION b/VERSION index 935a40e22..dc0fe093d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.93 \ No newline at end of file +2.2.94 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index f90872347..da7294692 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.93' + VERSION = '2.2.94' end