Bump version to 1.48.2 by Expeditor

This commit is contained in:
Chef Expeditor 2017-12-12 16:29:14 +00:00
parent 9ca69787d5
commit 6000c4ba67
3 changed files with 6 additions and 5 deletions

View file

@ -1,16 +1,17 @@
# Change Log
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 1.48.1 -->
## [v1.48.1](https://github.com/chef/inspec/tree/v1.48.1) (2017-12-11)
<!-- latest_release 1.48.2 -->
## [v1.48.2](https://github.com/chef/inspec/tree/v1.48.2) (2017-12-12)
#### Merged Pull Requests
- added missing quote [#2386](https://github.com/chef/inspec/pull/2386) ([aboutte](https://github.com/aboutte))
- Split unit tests from functional [#2391](https://github.com/chef/inspec/pull/2391) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.48.0 -->
### Changes since 1.48.0 release
#### Merged Pull Requests
- Split unit tests from functional [#2391](https://github.com/chef/inspec/pull/2391) ([adamleff](https://github.com/adamleff)) <!-- 1.48.2 -->
- added missing quote [#2386](https://github.com/chef/inspec/pull/2386) ([aboutte](https://github.com/aboutte)) <!-- 1.48.1 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
1.48.1
1.48.2

View file

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