Skip to content

Commit abf2315

Browse files
committed
Release 3.0.5
Signed-off-by: Tim Smith <[email protected]>
1 parent 49a123f commit abf2315

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## 3.0.5 (2017-04-07)
6+
7+
- Add support for windows_task resource to run on non-English editions of Windows
8+
- Ensure chef-client 12.6 compatibility with action_class.class_eval
9+
510
## 3.0.4 (2017-03-29)
611

712
- restoring the `cached_file` helper as downstream cookbooks use it.

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.0.4'
7+
version '3.0.5'
88
supports 'windows'
99
depends 'ohai', '>= 4.0.0'
1010
source_url 'https://github.com/chef-cookbooks/windows'

0 commit comments

Comments
 (0)