From 70ae199949dbcaf45b54386c5c6ac188cca03339 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 6 Oct 2017 17:24:37 +0000 Subject: [PATCH] Bump version to 1.40.8 by Chef 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 19d8a0b42..8313d4265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v1.40.7](https://github.com/chef/inspec/tree/v1.40.7) (2017-10-06) + +## [v1.40.8](https://github.com/chef/inspec/tree/v1.40.8) (2017-10-06) #### Bug Fixes -- Add nil check for sshd config file [#2217](https://github.com/chef/inspec/pull/2217) ([jquick](https://github.com/jquick)) +- Support symbol keys in ObjectTraverser [#2221](https://github.com/chef/inspec/pull/2221) ([adamleff](https://github.com/adamleff)) ### Changes since 1.40.0 release #### Bug Fixes +- Support symbol keys in ObjectTraverser [#2221](https://github.com/chef/inspec/pull/2221) ([adamleff](https://github.com/adamleff)) - Add nil check for sshd config file [#2217](https://github.com/chef/inspec/pull/2217) ([jquick](https://github.com/jquick)) #### Enhancements diff --git a/VERSION b/VERSION index 5679b37ea..8e243e11d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.40.7 \ No newline at end of file +1.40.8 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 621636639..1846d0eb8 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.40.7'.freeze + VERSION = '1.40.8'.freeze end