From 9c67fe89a5b423e6f61c1a0baeb53e6059ef7fad Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 13 Mar 2019 23:14:38 +0000 Subject: [PATCH] Bump version to 3.7.7 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 11 +++++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4110f7f38..45298b9fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v3.7.6](https://github.com/inspec/inspec/tree/v3.7.6) (2019-03-11) + +## [v3.7.7](https://github.com/inspec/inspec/tree/v3.7.7) (2019-03-13) -#### Bug Fixes -- iis_app_pool: Fix PowerShell JSON parsing error [#3842](https://github.com/inspec/inspec/pull/3842) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +#### Enhancements +- Move all gem installation to Gemfile/bundle install [#3860](https://github.com/inspec/inspec/pull/3860) ([lamont-granquist](https://github.com/lamont-granquist)) ### Changes since 3.7.1 release +#### Enhancements +- Move all gem installation to Gemfile/bundle install [#3860](https://github.com/inspec/inspec/pull/3860) ([lamont-granquist](https://github.com/lamont-granquist)) + #### Bug Fixes - iis_app_pool: Fix PowerShell JSON parsing error [#3842](https://github.com/inspec/inspec/pull/3842) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - http resource: Add fallback to `#to_s` [#3843](https://github.com/inspec/inspec/pull/3843) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) diff --git a/VERSION b/VERSION index ae94c935c..cbbb5eea7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.6 \ No newline at end of file +3.7.7 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 5f8d89717..6af5bc88c 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.7.6' + VERSION = '3.7.7' end