diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a6dd5d5..48a33ec75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v1.37.2](https://github.com/chef/inspec/tree/v1.37.2) (2017-09-13) + +## [v1.37.3](https://github.com/chef/inspec/tree/v1.37.3) (2017-09-13) #### Bug Fixes -- Ignore linked container names when parsing docker containers [#2134](https://github.com/chef/inspec/pull/2134) ([adamleff](https://github.com/adamleff)) +- package resource: assume a default Homebrew path [#2140](https://github.com/chef/inspec/pull/2140) ([adamleff](https://github.com/adamleff)) ### Changes since 1.36.1 release #### Bug Fixes +- package resource: assume a default Homebrew path [#2140](https://github.com/chef/inspec/pull/2140) ([adamleff](https://github.com/adamleff)) - Ignore linked container names when parsing docker containers [#2134](https://github.com/chef/inspec/pull/2134) ([adamleff](https://github.com/adamleff)) #### New Resources diff --git a/VERSION b/VERSION index 673b6a652..f68dac961 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.37.2 \ No newline at end of file +1.37.3 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 4a843e7cf..ecb4282b2 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.37.2'.freeze + VERSION = '1.37.3'.freeze end