Bump version to 2.3.7 by Chef Expeditor

Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
Chef Expeditor 2018-10-03 05:57:37 +00:00
parent d5bb1e5fe9
commit 3de23f65af
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log # Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ --> <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.3.6 --> <!-- latest_release 2.3.7 -->
## [v2.3.6](https://github.com/inspec/inspec/tree/v2.3.6) (2018-10-02) ## [v2.3.7](https://github.com/inspec/inspec/tree/v2.3.7) (2018-10-03)
#### Enhancements #### Merged Pull Requests
- Modify `cmp` matcher output to use `.inspect` [#3450](https://github.com/inspec/inspec/pull/3450) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Fix `attribute` with empty hash regression [#3454](https://github.com/inspec/inspec/pull/3454) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=2.3.5 --> <!-- release_rollup since=2.3.5 -->
### Changes since 2.3.5 release ### Changes since 2.3.5 release
#### Merged Pull Requests
- Fix `attribute` with empty hash regression [#3454](https://github.com/inspec/inspec/pull/3454) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.3.7 -->
#### Enhancements #### Enhancements
- Modify `cmp` matcher output to use `.inspect` [#3450](https://github.com/inspec/inspec/pull/3450) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.3.6 --> - Modify `cmp` matcher output to use `.inspect` [#3450](https://github.com/inspec/inspec/pull/3450) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.3.6 -->
<!-- release_rollup --> <!-- release_rollup -->

View file

@ -1 +1 @@
2.3.6 2.3.7

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann # author: Christoph Hartmann
module Inspec module Inspec
VERSION = '2.3.6' VERSION = '2.3.7'
end end