mirror of
https://github.com/inspec/inspec
synced 2024-11-30 00:20:28 +00:00
Bump version to 1.48.2 by Expeditor
This commit is contained in:
parent
9ca69787d5
commit
6000c4ba67
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||||
<!-- latest_release 1.48.1 -->
|
<!-- latest_release 1.48.2 -->
|
||||||
## [v1.48.1](https://github.com/chef/inspec/tree/v1.48.1) (2017-12-11)
|
## [v1.48.2](https://github.com/chef/inspec/tree/v1.48.2) (2017-12-12)
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### 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 -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=1.48.0 -->
|
<!-- release_rollup since=1.48.0 -->
|
||||||
### Changes since 1.48.0 release
|
### Changes since 1.48.0 release
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### 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 -->
|
- added missing quote [#2386](https://github.com/chef/inspec/pull/2386) ([aboutte](https://github.com/aboutte)) <!-- 1.48.1 -->
|
||||||
<!-- release_rollup -->
|
<!-- release_rollup -->
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.48.1
|
1.48.2
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '1.48.1'
|
VERSION = '1.48.2'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue