mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 2.0.48 by Expeditor
This commit is contained in:
parent
439fcb5993
commit
3a64dffb7d
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.47 -->
|
||||
## [v2.0.47](https://github.com/chef/inspec/tree/v2.0.47) (2018-03-09)
|
||||
<!-- latest_release 2.0.48 -->
|
||||
## [v2.0.48](https://github.com/chef/inspec/tree/v2.0.48) (2018-03-12)
|
||||
|
||||
#### Enhancements
|
||||
- quote password when generating mysql command string [#2685](https://github.com/chef/inspec/pull/2685) ([tolland](https://github.com/tolland))
|
||||
#### Bug Fixes
|
||||
- Write version_constraints as an array for inspec.lock [#2619](https://github.com/chef/inspec/pull/2619) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.0.45 -->
|
||||
### Changes since 2.0.45 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Write version_constraints as an array for inspec.lock [#2619](https://github.com/chef/inspec/pull/2619) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.0.48 -->
|
||||
|
||||
#### Enhancements
|
||||
- quote password when generating mysql command string [#2685](https://github.com/chef/inspec/pull/2685) ([tolland](https://github.com/tolland)) <!-- 2.0.47 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.47
|
||||
2.0.48
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.0.47'
|
||||
VERSION = '2.0.48'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue