diff --git a/CHANGELOG.md b/CHANGELOG.md index ec17861c4..3b48301a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - + ## [v1.38.5](https://github.com/chef/inspec/tree/v1.38.5) (2017-09-23) #### Merged Pull Requests -- Add wildcard support to `Utils::FindFiles` [#2159](https://github.com/chef/inspec/pull/2159) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +- Properly return postgres query errors on failure [#2179](https://github.com/chef/inspec/pull/2179) ([adamleff](https://github.com/adamleff)) @@ -25,6 +25,7 @@ - Add wildcard/multiple server support to nginx_conf resource [#2141](https://github.com/chef/inspec/pull/2141) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) #### Merged Pull Requests +- Properly return postgres query errors on failure [#2179](https://github.com/chef/inspec/pull/2179) ([adamleff](https://github.com/adamleff)) - Add wildcard support to `Utils::FindFiles` [#2159](https://github.com/chef/inspec/pull/2159) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Modify `DirProvider` to allow special characters [#2174](https://github.com/chef/inspec/pull/2174) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Update changelog for v1.38.2 release [#2173](https://github.com/chef/inspec/pull/2173) ([adamleff](https://github.com/adamleff)) diff --git a/VERSION b/VERSION index 179f99178..c1c13ab38 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.38.6 \ No newline at end of file +1.38.7 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 5c97e1ee7..4ce1dc3a2 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.38.6'.freeze + VERSION = '1.38.7'.freeze end