From eb5302074ac9661451e87418a90821c519a48e08 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 22 Mar 2018 16:59:20 +0000 Subject: [PATCH] Bump version to 2.1.7 by Expeditor --- 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 d5515ff38..c342525f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v2.1.6](https://github.com/chef/inspec/tree/v2.1.6) (2018-03-22) + +## [v2.1.7](https://github.com/chef/inspec/tree/v2.1.7) (2018-03-22) -#### New Resources -- New Skeletal Resource aws_sns_topics [#2696](https://github.com/chef/inspec/pull/2696) ([dromazmj](https://github.com/dromazmj)) +#### Bug Fixes +- Revise /etc/hosts for correctness and clarity [#2863](https://github.com/chef/inspec/pull/2863) ([TrevorBramble](https://github.com/TrevorBramble)) ### Changes since 2.1.0 release #### Bug Fixes +- Revise /etc/hosts for correctness and clarity [#2863](https://github.com/chef/inspec/pull/2863) ([TrevorBramble](https://github.com/TrevorBramble)) - Correct support platform for audit_policy [#2850](https://github.com/chef/inspec/pull/2850) ([pwelch](https://github.com/pwelch)) #### Enhancements diff --git a/VERSION b/VERSION index b6da51221..9671f9a9b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.6 \ No newline at end of file +2.1.7 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index a63ef743a..79e78864e 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '2.1.6' + VERSION = '2.1.7' end