Bump version to 2.0.47 by Expeditor

This commit is contained in:
Chef Expeditor 2018-03-09 13:41:35 +00:00
parent eeeeda18d8
commit c3064f0b0d
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 2.0.46 -->
## [v2.0.46](https://github.com/chef/inspec/tree/v2.0.46) (2018-03-09)
<!-- latest_release 2.0.47 -->
## [v2.0.47](https://github.com/chef/inspec/tree/v2.0.47) (2018-03-09)
#### Merged Pull Requests
- Docs: Describe support boundary between RSpec and InSpec [#2753](https://github.com/chef/inspec/pull/2753) ([clintoncwolfe](https://github.com/clintoncwolfe))
#### Enhancements
- quote password when generating mysql command string [#2685](https://github.com/chef/inspec/pull/2685) ([tolland](https://github.com/tolland))
<!-- latest_release -->
<!-- release_rollup since=2.0.45 -->
### Changes since 2.0.45 release
#### Enhancements
- quote password when generating mysql command string [#2685](https://github.com/chef/inspec/pull/2685) ([tolland](https://github.com/tolland)) <!-- 2.0.47 -->
#### Merged Pull Requests
- Docs: Describe support boundary between RSpec and InSpec [#2753](https://github.com/chef/inspec/pull/2753) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 2.0.46 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
2.0.46
2.0.47

View file

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