Bump version to 2.0.48 by Expeditor

This commit is contained in:
Chef Expeditor 2018-03-12 13:02:51 +00:00
parent 439fcb5993
commit 3a64dffb7d
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.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 -->

View file

@ -1 +1 @@
2.0.47
2.0.48

View file

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