From 83382bb95cb07d865a6836f1845eddf4e7db4ed3 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 18 Sep 2018 18:20:58 +0000 Subject: [PATCH] Bump version to 2.2.108 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- 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 b84c0c123..a619bf4cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v2.2.107](https://github.com/inspec/inspec/tree/v2.2.107) (2018-09-18) + +## [v2.2.108](https://github.com/inspec/inspec/tree/v2.2.108) (2018-09-18) -#### Enhancements -- adding `versions` to the `gem` resource [#3398](https://github.com/inspec/inspec/pull/3398) ([majormoses](https://github.com/majormoses)) +#### Merged Pull Requests +- Fix json automate tests and render call [#3408](https://github.com/inspec/inspec/pull/3408) ([jquick](https://github.com/jquick)) @@ -18,6 +18,7 @@ - Added db_name flag [#3383](https://github.com/inspec/inspec/pull/3383) ([kdoores](https://github.com/kdoores)) #### Merged Pull Requests +- Fix json automate tests and render call [#3408](https://github.com/inspec/inspec/pull/3408) ([jquick](https://github.com/jquick)) - Move habitat to v2 plugin [#3404](https://github.com/inspec/inspec/pull/3404) ([jquick](https://github.com/jquick)) - Fix rendering of profiles docs [#3393](https://github.com/inspec/inspec/pull/3393) ([jquick](https://github.com/jquick)) diff --git a/VERSION b/VERSION index b6bf6400d..39f81b94b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.107 \ No newline at end of file +2.2.108 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index fe99d3941..c6242edb2 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.2.107' + VERSION = '2.2.108' end