Bump version to 2.2.47 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2018-07-25 20:10:54 +00:00
parent 3a4d9fca1b
commit 4c8d2a168e
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.2.46 --> <!-- latest_release 2.2.47 -->
## [v2.2.46](https://github.com/inspec/inspec/tree/v2.2.46) (2018-07-25) ## [v2.2.47](https://github.com/inspec/inspec/tree/v2.2.47) (2018-07-25)
#### Merged Pull Requests #### New Features
- cli: Downcase supermarket tool name to match URL [#3242](https://github.com/inspec/inspec/pull/3242) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - windows_feature resource: Add DISM support [#3224](https://github.com/inspec/inspec/pull/3224) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
<!-- latest_release --> <!-- latest_release -->
<!-- release_rollup since=2.2.41 --> <!-- release_rollup since=2.2.41 -->
### Changes since 2.2.41 release ### Changes since 2.2.41 release
#### New Features
- windows_feature resource: Add DISM support [#3224](https://github.com/inspec/inspec/pull/3224) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.47 -->
#### Enhancements #### Enhancements
- alpine resource: Fix small style issues [#3238](https://github.com/inspec/inspec/pull/3238) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.45 --> - alpine resource: Fix small style issues [#3238](https://github.com/inspec/inspec/pull/3238) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.2.45 -->
- Add extra fault checking to git fetcher [#3239](https://github.com/inspec/inspec/pull/3239) ([james-stocks](https://github.com/james-stocks)) <!-- 2.2.44 --> - Add extra fault checking to git fetcher [#3239](https://github.com/inspec/inspec/pull/3239) ([james-stocks](https://github.com/james-stocks)) <!-- 2.2.44 -->

View file

@ -1 +1 @@
2.2.46 2.2.47

View file

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