From 36319d0f04ef506c7fbb1b704b4caae5707fee4a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 23 Aug 2018 21:04:21 +0000 Subject: [PATCH] Bump version to 2.2.70 by Chef Expeditor --- CHANGELOG.md | 9 +++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bba2a1f5..1e7de52aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.2.69](https://github.com/inspec/inspec/tree/v2.2.69) (2018-08-23) + +## [v2.2.70](https://github.com/inspec/inspec/tree/v2.2.70) (2018-08-23) -#### Enhancements -- Infer `--sudo` when `--sudo-password` is used [#3313](https://github.com/inspec/inspec/pull/3313) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +#### Merged Pull Requests +- Rebuild InSpec omni bundles [#3327](https://github.com/inspec/inspec/pull/3327) ([jquick](https://github.com/jquick)) @@ -17,6 +17,7 @@ - Fix skip hash being passed instead of boolean value [#3323](https://github.com/inspec/inspec/pull/3323) ([frezbo](https://github.com/frezbo)) #### Merged Pull Requests +- Rebuild InSpec omni bundles [#3327](https://github.com/inspec/inspec/pull/3327) ([jquick](https://github.com/jquick)) - 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 9cc9e66fb..e30e9ce54 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.69 \ No newline at end of file +2.2.70 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 4e9ed8c22..37ec496fa 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.69' + VERSION = '2.2.70' end