mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.3.8 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
f23bfc05ce
commit
3248af1fe3
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.7 -->
|
||||
## [v2.3.7](https://github.com/inspec/inspec/tree/v2.3.7) (2018-10-03)
|
||||
<!-- latest_release 2.3.8 -->
|
||||
## [v2.3.8](https://github.com/inspec/inspec/tree/v2.3.8) (2018-10-04)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Fix `attribute` with empty hash regression [#3454](https://github.com/inspec/inspec/pull/3454) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### Bug Fixes
|
||||
- Fix distinct_exit cli desc to reflect reality [#3463](https://github.com/inspec/inspec/pull/3463) ([teknofire](https://github.com/teknofire))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.3.5 -->
|
||||
### Changes since 2.3.5 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Fix distinct_exit cli desc to reflect reality [#3463](https://github.com/inspec/inspec/pull/3463) ([teknofire](https://github.com/teknofire)) <!-- 2.3.8 -->
|
||||
|
||||
#### 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 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.3.7
|
||||
2.3.8
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.3.7'
|
||||
VERSION = '2.3.8'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue