From 9cb3b1e7ddc78b2c9b06602f3d8116cf689e47f8 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 12 Sep 2018 22:05:54 +0000 Subject: [PATCH] Bump version to 2.2.92 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- 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 b520d4df7..403cb93d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.2.91](https://github.com/inspec/inspec/tree/v2.2.91) (2018-09-12) + +## [v2.2.92](https://github.com/inspec/inspec/tree/v2.2.92) (2018-09-12) #### Merged Pull Requests -- Populate code for inspec json inheritance [#3386](https://github.com/inspec/inspec/pull/3386) ([jquick](https://github.com/jquick)) +- Add windows functional tests [#3385](https://github.com/inspec/inspec/pull/3385) ([jquick](https://github.com/jquick)) @@ -23,6 +23,7 @@ - handle errors from automate report and display them to the user [#3360](https://github.com/inspec/inspec/pull/3360) ([chris-rock](https://github.com/chris-rock)) #### Merged Pull Requests +- Add windows functional tests [#3385](https://github.com/inspec/inspec/pull/3385) ([jquick](https://github.com/jquick)) - Populate code for inspec json inheritance [#3386](https://github.com/inspec/inspec/pull/3386) ([jquick](https://github.com/jquick)) - Revert uuid change from A2 report [#3387](https://github.com/inspec/inspec/pull/3387) ([jquick](https://github.com/jquick)) - Implement InSpec global attributes [#3318](https://github.com/inspec/inspec/pull/3318) ([jquick](https://github.com/jquick)) diff --git a/VERSION b/VERSION index e46147188..6f4d0a414 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.91 \ No newline at end of file +2.2.92 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index b3998205b..bbdaa1ec3 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.91' + VERSION = '2.2.92' end