Bump version to 1.47.5 by Expeditor

This commit is contained in:
Chef Expeditor 2017-12-06 21:22:22 +00:00
parent 4c592f49c1
commit 628d778b05
3 changed files with 6 additions and 5 deletions

View file

@ -1,10 +1,10 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.47.4 -->
## [v1.47.4](https://github.com/chef/inspec/tree/v1.47.4) (2017-12-06)
<!-- latest_release 1.47.5 -->
## [v1.47.5](https://github.com/chef/inspec/tree/v1.47.5) (2017-12-06)
#### Merged Pull Requests
- Fix inspec appveyor test with the new local train transport [#2376](https://github.com/chef/inspec/pull/2376) ([jquick](https://github.com/jquick))
- Resolve merge issue with json-config vs thor defaults [#2377](https://github.com/chef/inspec/pull/2377) ([jquick](https://github.com/jquick))
<!-- latest_release -->
<!-- release_rollup since=1.47.0 -->
@ -14,6 +14,7 @@
- Allow `inspec check` to ignore `only_if` [#2250](https://github.com/chef/inspec/pull/2250) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.47.2 -->
#### 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)) <!-- 1.47.5 -->
- Fix inspec appveyor test with the new local train transport [#2376](https://github.com/chef/inspec/pull/2376) ([jquick](https://github.com/jquick)) <!-- 1.47.4 -->
- Update command resource to check for mock backend [#2353](https://github.com/chef/inspec/pull/2353) ([jquick](https://github.com/jquick)) <!-- 1.47.3 -->
- Update rspec cli control summary to not uniq fails/skips [#2362](https://github.com/chef/inspec/pull/2362) ([jquick](https://github.com/jquick)) <!-- 1.47.1 -->

View file

@ -1 +1 @@
1.47.4
1.47.5

View file

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