Skip to content

Commit dade62c

Browse files
committed
Release 3.1.2
Signed-off-by: Tim Smith <[email protected]>
1 parent 86c78d5 commit dade62c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file is used to list changes made in each version of the windows cookbook.
44

5+
## 3.1.2 (2017-08-14)
6+
7+
- Revert "Require path in the share resource instead of raising if it's missing" which was causing failures due to a bug in the chef-client
8+
59
## 3.1.1 (2017-06-13)
610

711
- Replace Windows 7 testing with Windows 10 testing

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache-2.0'
55
description 'Provides a set of useful Windows-specific primitives.'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '3.1.1'
7+
version '3.1.2'
88
supports 'windows'
99
depends 'ohai', '>= 4.0.0'
1010
source_url 'https://github.com/chef-cookbooks/windows'

0 commit comments

Comments
 (0)