mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
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:
parent
d5bb1e5fe9
commit
3de23f65af
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 2.3.6 -->
|
||||
## [v2.3.6](https://github.com/inspec/inspec/tree/v2.3.6) (2018-10-02)
|
||||
<!-- latest_release 2.3.7 -->
|
||||
## [v2.3.7](https://github.com/inspec/inspec/tree/v2.3.7) (2018-10-03)
|
||||
|
||||
#### Enhancements
|
||||
- Modify `cmp` matcher output to use `.inspect` [#3450](https://github.com/inspec/inspec/pull/3450) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### Merged Pull Requests
|
||||
- Fix `attribute` with empty hash regression [#3454](https://github.com/inspec/inspec/pull/3454) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.3.5 -->
|
||||
### 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
|
||||
- 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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.3.6
|
||||
2.3.7
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.3.6'
|
||||
VERSION = '2.3.7'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue