mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 1.48.4 by Expeditor
This commit is contained in:
parent
c2a65942d9
commit
6c82d3c56f
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 1.48.3 -->
|
||||
## [v1.48.3](https://github.com/chef/inspec/tree/v1.48.3) (2017-12-15)
|
||||
<!-- latest_release 1.48.4 -->
|
||||
## [v1.48.4](https://github.com/chef/inspec/tree/v1.48.4) (2017-12-20)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Enhance `package` resource error handling [#2388](https://github.com/chef/inspec/pull/2388) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### Bug Fixes
|
||||
- Add support for Darwin Directory Service groups [#2403](https://github.com/chef/inspec/pull/2403) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.48.0 -->
|
||||
### Changes since 1.48.0 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Add support for Darwin Directory Service groups [#2403](https://github.com/chef/inspec/pull/2403) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.48.4 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Enhance `package` resource error handling [#2388](https://github.com/chef/inspec/pull/2388) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 1.48.3 -->
|
||||
- Split unit tests from functional [#2391](https://github.com/chef/inspec/pull/2391) ([adamleff](https://github.com/adamleff)) <!-- 1.48.2 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.48.3
|
||||
1.48.4
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.48.3'
|
||||
VERSION = '1.48.4'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue