From 74525d82bcf9a5082bcdafc26db79129cb71dd51 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 23 Aug 2018 17:44:00 +0000 Subject: [PATCH] Bump version to 2.2.66 by Chef Expeditor --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9428181c3..1a5e617f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.2.65](https://github.com/inspec/inspec/tree/v2.2.65) (2018-08-22) + +## [v2.2.66](https://github.com/inspec/inspec/tree/v2.2.66) (2018-08-23) #### Merged Pull Requests -- Add cloudlinux under redhat family [#2935](https://github.com/inspec/inspec/pull/2935) ([tarcinil](https://github.com/tarcinil)) +- Suppress logs for json-automate reporter [#3324](https://github.com/inspec/inspec/pull/3324) ([jquick](https://github.com/jquick)) ### Changes since 2.2.64 release #### Merged Pull Requests +- Suppress logs for json-automate reporter [#3324](https://github.com/inspec/inspec/pull/3324) ([jquick](https://github.com/jquick)) - Add cloudlinux under redhat family [#2935](https://github.com/inspec/inspec/pull/2935) ([tarcinil](https://github.com/tarcinil)) diff --git a/VERSION b/VERSION index 7c226a81e..3f9d47121 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.65 \ No newline at end of file +2.2.66 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 4ce55b89a..cb2b6ad51 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.65' + VERSION = '2.2.66' end