Bump version to 1.48.4 by Expeditor

This commit is contained in:
Chef Expeditor 2017-12-20 15:57:58 +00:00
parent c2a65942d9
commit 6c82d3c56f
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 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 -->

View file

@ -1 +1 @@
1.48.3
1.48.4

View file

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