From 48e20dbd1ace12ba25c4168810ebb7a3a0efe0ae Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 15 Aug 2017 18:43:03 +0000 Subject: [PATCH] Bump version to 1.33.7 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 7173d6df9..f5426a160 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v1.33.6](https://github.com/chef/inspec/tree/v1.33.6) (2017-08-15) + +## [v1.33.7](https://github.com/chef/inspec/tree/v1.33.7) (2017-08-15) #### Merged Pull Requests -- Moves logic from os_env from initialize phase to runtime phase [#2072](https://github.com/chef/inspec/pull/2072) ([chris-rock](https://github.com/chris-rock)) +- add functional tests for inspec check [#2077](https://github.com/chef/inspec/pull/2077) ([chris-rock](https://github.com/chris-rock)) ### Changes since 1.33.1 release #### Merged Pull Requests +- add functional tests for inspec check [#2077](https://github.com/chef/inspec/pull/2077) ([chris-rock](https://github.com/chris-rock)) - Moves logic from os_env from initialize phase to runtime phase [#2072](https://github.com/chef/inspec/pull/2072) ([chris-rock](https://github.com/chris-rock)) - add mock support for os_env resource [#2070](https://github.com/chef/inspec/pull/2070) ([chris-rock](https://github.com/chris-rock)) - Assume sqlplus as oracle_session as default for mock environments [#2057](https://github.com/chef/inspec/pull/2057) ([chris-rock](https://github.com/chris-rock)) diff --git a/VERSION b/VERSION index cbe255284..d04fa372c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.33.6 \ No newline at end of file +1.33.7 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index c64fbd6ed..0177c01e7 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.33.6'.freeze + VERSION = '1.33.7'.freeze end