From 1d0eebcadde88906b8c7d0327bf98e6247c384ab Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 22 Dec 2017 13:58:31 +0000 Subject: [PATCH] Bump version to 1.48.6 by Expeditor --- CHANGELOG.md | 11 +++++++---- VERSION | 2 +- lib/inspec/version.rb | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffad5c4e7..beda2770d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v1.48.5](https://github.com/chef/inspec/tree/v1.48.5) (2017-12-21) + +## [v1.48.6](https://github.com/chef/inspec/tree/v1.48.6) (2017-12-22) -#### Merged Pull Requests -- bugfix: default attributes for nil and false [#2410](https://github.com/chef/inspec/pull/2410) ([arlimus](https://github.com/arlimus)) +#### Enhancements +- file resource: adds `Synchronize` permission to windows ACL checks [#2399](https://github.com/chef/inspec/pull/2399) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) ### Changes since 1.48.0 release +#### Enhancements +- file resource: adds `Synchronize` permission to windows ACL checks [#2399](https://github.com/chef/inspec/pull/2399) ([TheLonelyGhost](https://github.com/TheLonelyGhost)) + #### Bug Fixes - Add support for Darwin Directory Service groups [#2403](https://github.com/chef/inspec/pull/2403) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) diff --git a/VERSION b/VERSION index d972aa6fb..c38b5e5d1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.48.5 \ No newline at end of file +1.48.6 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 6bec00707..3604d9208 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.48.5' + VERSION = '1.48.6' end