From 639267adaba8ad58f3464b6faf1b74800f41f81b Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 26 Jun 2018 11:50:32 +0000 Subject: [PATCH] Bump version to 2.2.22 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 e356ceff7..97a523f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.2.21](https://github.com/inspec/inspec/tree/v2.2.21) (2018-06-26) + +## [v2.2.22](https://github.com/inspec/inspec/tree/v2.2.22) (2018-06-26) #### Bug Fixes -- Add support for shallow link paths [#3168](https://github.com/inspec/inspec/pull/3168) ([ColinHebert](https://github.com/ColinHebert)) +- Detect inspec-core mode and do not attempt to load cloud resources [#3163](https://github.com/inspec/inspec/pull/3163) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 2.2.20 release #### Bug Fixes +- Detect inspec-core mode and do not attempt to load cloud resources [#3163](https://github.com/inspec/inspec/pull/3163) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Add support for shallow link paths [#3168](https://github.com/inspec/inspec/pull/3168) ([ColinHebert](https://github.com/ColinHebert)) diff --git a/VERSION b/VERSION index e05032b6a..5ca525ee5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.21 \ No newline at end of file +2.2.22 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index fb16d3c42..3c77ea3d6 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.21' + VERSION = '2.2.22' end