From e4e47242851c8939881bf0b769857b195f9f42b0 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sat, 17 Feb 2018 18:27:21 +0000 Subject: [PATCH] Bump version to 2.0.8 by 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 490b5150d..e5cd2a49a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.0.7](https://github.com/chef/inspec/tree/v2.0.7) (2018-02-17) + +## [v2.0.8](https://github.com/chef/inspec/tree/v2.0.8) (2018-02-17) #### Merged Pull Requests -- Capture ArgumentErrors from aws. [#2673](https://github.com/chef/inspec/pull/2673) ([jquick](https://github.com/jquick)) +- Hannah Review1 [#2683](https://github.com/chef/inspec/pull/2683) ([hannah-radish](https://github.com/hannah-radish)) ### Changes since 1.51.18 release #### Merged Pull Requests +- Hannah Review1 [#2683](https://github.com/chef/inspec/pull/2683) ([hannah-radish](https://github.com/hannah-radish)) - Capture ArgumentErrors from aws. [#2673](https://github.com/chef/inspec/pull/2673) ([jquick](https://github.com/jquick)) - Fix bundle exec calls [#2670](https://github.com/chef/inspec/pull/2670) ([jquick](https://github.com/jquick)) - Fixes merge conflict messages [#2677](https://github.com/chef/inspec/pull/2677) ([kagarmoe](https://github.com/kagarmoe)) diff --git a/VERSION b/VERSION index 6a0ca2d59..e8f41f06d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.7 \ No newline at end of file +2.0.8 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index a41dce066..707ed0445 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.0.7' + VERSION = '2.0.8' end