mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.0.47 by Expeditor
This commit is contained in:
parent
eeeeda18d8
commit
c3064f0b0d
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.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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.46
|
||||
2.0.47
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.0.46'
|
||||
VERSION = '2.0.47'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue