From ef0efb8a97f7f2471deb3b341775dd6056e259ee Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 22 Feb 2018 00:43:06 +0000 Subject: [PATCH] Bump version to 2.0.18 by Expeditor --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec9067a7..2cc35566e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v2.0.18](https://github.com/chef/inspec/tree/v2.0.18) (2018-02-22) + +#### Merged Pull Requests +- InSpec SEO [#2725](https://github.com/chef/inspec/pull/2725) ([hannah-radish](https://github.com/hannah-radish)) - + +### Changes since 2.0.17 release + +#### Merged Pull Requests +- InSpec SEO [#2725](https://github.com/chef/inspec/pull/2725) ([hannah-radish](https://github.com/hannah-radish)) diff --git a/VERSION b/VERSION index 92db16ff2..e164972ce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.17 \ No newline at end of file +2.0.18 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 78c6c28da..e8575f494 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.0.17' + VERSION = '2.0.18' end