mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 1.47.6 by Expeditor
This commit is contained in:
parent
5be9739ec1
commit
b0e74a6d56
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 1.47.5 -->
|
||||
## [v1.47.5](https://github.com/chef/inspec/tree/v1.47.5) (2017-12-06)
|
||||
<!-- latest_release 1.47.6 -->
|
||||
## [v1.47.6](https://github.com/chef/inspec/tree/v1.47.6) (2017-12-07)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Resolve merge issue with json-config vs thor defaults [#2377](https://github.com/chef/inspec/pull/2377) ([jquick](https://github.com/jquick))
|
||||
#### Enhancements
|
||||
- Update default cli options to be uniq per command type [#2378](https://github.com/chef/inspec/pull/2378) ([jquick](https://github.com/jquick))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.47.0 -->
|
||||
### Changes since 1.47.0 release
|
||||
|
||||
#### Enhancements
|
||||
- Update default cli options to be uniq per command type [#2378](https://github.com/chef/inspec/pull/2378) ([jquick](https://github.com/jquick)) <!-- 1.47.6 -->
|
||||
|
||||
#### Bug Fixes
|
||||
- Allow `inspec check` to ignore `only_if` [#2250](https://github.com/chef/inspec/pull/2250) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.47.2 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.47.5
|
||||
1.47.6
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.47.5'
|
||||
VERSION = '1.47.6'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue